Skip to content

Instantly share code, notes, and snippets.

@hoshinotsuyoshi
Last active September 20, 2019 05:53
Show Gist options
  • Save hoshinotsuyoshi/660d0313dc4c1cc9fc3f37aec3f0a7a1 to your computer and use it in GitHub Desktop.
Save hoshinotsuyoshi/660d0313dc4c1cc9fc3f37aec3f0a7a1 to your computer and use it in GitHub Desktop.
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.6'
gem 'spree', '~> 4.0.0.beta'
gem 'spree_auth_devise', '~> 4.0.0.rc1'
gem 'spree_gateway', '~> 3.6'
# rails defaults
gem 'bootsnap', '>= 1.1.0', require: false
gem 'coffee-rails', '~> 4.2'
gem 'jbuilder', '~> 2.5'
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
gem 'puma', '~> 3.11'
gem 'rails'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
group :development, :test do
gem 'byebug', platforms: %i[mri mingw x64_mingw]
end
group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'web-console', '>= 3.3.0'
end
group :test do
gem 'capybara', '>= 2.15'
gem 'chromedriver-helper'
gem 'selenium-webdriver'
end
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.0)
actionpack (= 6.0.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
mail (>= 2.7.1)
actionmailer (6.0.0)
actionpack (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.0)
actionview (= 6.0.0)
activesupport (= 6.0.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.0)
actionpack (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
nokogiri (>= 1.8.5)
actionview (6.0.0)
activesupport (= 6.0.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.0)
activesupport (= 6.0.0)
globalid (>= 0.3.6)
activemerchant (1.97.0)
activesupport (>= 4.2)
builder (>= 2.1.2, < 4.0.0)
i18n (>= 0.6.9)
nokogiri (~> 1.4)
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activestorage (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
marcel (~> 0.3.1)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
acts_as_list (0.9.19)
activerecord (>= 3.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
autoprefixer-rails (9.6.1.1)
execjs
awesome_nested_set (3.2.0)
activerecord (>= 4.0.0, < 7.0)
bcrypt (3.1.13)
bindex (0.8.1)
bootsnap (1.4.5)
msgpack (~> 1.0)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.3)
byebug (11.0.1)
camertron-eprun (1.1.1)
cancancan (3.0.1)
canonical-rails (0.2.6)
rails (>= 4.1, < 6.1)
capybara (3.29.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
carmen (1.1.3)
activesupport (>= 3.0.0)
childprocess (2.0.0)
rake (< 13.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
cldr-plurals-runtime-rb (1.0.1)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
crass (1.0.4)
css_parser (1.7.0)
addressable
deface (1.5.1)
nokogiri (>= 1.6)
polyglot
rails (>= 4.1)
rainbow (>= 2.1.0)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
doorkeeper (5.1.0)
railties (>= 5)
erubi (1.8.0)
execjs (2.7.0)
fast_jsonapi (1.5)
activesupport (>= 4.2)
ffaker (2.12.0)
ffi (1.11.1)
friendly_id (5.2.5)
activerecord (>= 4.0.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
glyphicons (1.0.2)
highline (2.0.2)
htmlentities (4.3.4)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
monetize (1.9.2)
money (~> 6.12)
money (6.13.4)
i18n (>= 0.6.4, <= 2)
msgpack (1.3.1)
mysql2 (0.5.2)
nio4r (2.5.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
paranoia (2.4.2)
activerecord (>= 4.0, < 6.1)
polyamorous (2.3.0)
activerecord (>= 5.0)
polyglot (0.3.5)
popper_js (1.14.5)
premailer (1.11.1)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.10.3)
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
public_suffix (4.0.1)
puma (3.12.1)
rabl (0.14.1)
activesupport (>= 2.3.14)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0)
actioncable (= 6.0.0)
actionmailbox (= 6.0.0)
actionmailer (= 6.0.0)
actionpack (= 6.0.0)
actiontext (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
activemodel (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
bundler (>= 1.3.0)
railties (= 6.0.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
ransack (2.3.0)
actionpack (>= 5.0)
activerecord (>= 5.0)
activesupport (>= 5.0)
i18n
polyamorous (= 2.3.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
regexp_parser (1.6.0)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby_dep (1.5.0)
rubyzip (1.2.4)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.1.0)
railties (>= 5.2.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.2.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
select2-rails (3.5.9.1)
thor (~> 0.14)
selenium-webdriver (3.142.4)
childprocess (>= 0.5, < 3.0)
rubyzip (~> 1.2, >= 1.2.2)
spree (4.0.0.beta)
spree_api (= 4.0.0.beta)
spree_backend (= 4.0.0.beta)
spree_cmd (= 4.0.0.beta)
spree_core (= 4.0.0.beta)
spree_frontend (= 4.0.0.beta)
spree_sample (= 4.0.0.beta)
spree_api (4.0.0.beta)
doorkeeper (~> 5.0)
fast_jsonapi (~> 1.5)
rabl (~> 0.14.1)
spree_core (= 4.0.0.beta)
spree_auth_devise (4.0.0.rc1)
deface (~> 1.0)
devise (~> 4.7)
devise-encryptable (= 0.2.0)
spree_core (>= 3.1.0, < 5.0)
spree_extension
spree_backend (4.0.0.beta)
bootstrap (~> 4.3.1)
glyphicons (~> 1.0.2)
jquery-rails (~> 4.3)
jquery-ui-rails (~> 6.0.1)
select2-rails (= 3.5.9.1)
spree_api (= 4.0.0.beta)
spree_core (= 4.0.0.beta)
spree_cmd (4.0.0.beta)
thor (~> 0.14)
spree_core (4.0.0.beta)
activemerchant (~> 1.67)
acts_as_list (~> 0.8)
awesome_nested_set (>= 3.1.4, < 3.3.0)
cancancan (~> 3.0)
carmen (>= 1.0, < 1.2)
ffaker (~> 2.9)
friendly_id (~> 5.2.1)
highline (~> 2.0.0)
kaminari (>= 1.0.1, < 1.2.0)
mini_magick (~> 4.9.4)
monetize (~> 1.9)
money (~> 6.13)
paranoia (~> 2.4.2)
premailer-rails
rails (~> 6.0.0)
ransack (~> 2.3.0)
responders
sprockets-rails
state_machines-activemodel (~> 0.7)
state_machines-activerecord (~> 0.6)
stringex
twitter_cldr (~> 4.3)
spree_extension (0.0.9)
activerecord (>= 4.2)
spree_core
spree_frontend (4.0.0.beta)
bootstrap (~> 4.3.1)
canonical-rails (~> 0.2.5)
glyphicons (~> 1.0.2)
jquery-rails (~> 4.3)
spree_api (= 4.0.0.beta)
spree_core (= 4.0.0.beta)
spree_gateway (3.6.0)
spree_core (>= 3.1.0, < 5.0)
spree_extension
spree_sample (4.0.0.beta)
spree_core (= 4.0.0.beta)
spring (2.1.0)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
state_machines (0.5.0)
state_machines-activemodel (0.7.1)
activemodel (>= 4.1)
state_machines (>= 0.5.0)
state_machines-activerecord (0.6.0)
activerecord (>= 4.1)
state_machines-activemodel (>= 0.5.0)
stringex (2.8.5)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
twitter_cldr (4.4.5)
camertron-eprun
cldr-plurals-runtime-rb (~> 1.0)
tzinfo
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
warden (1.2.8)
rack (>= 2.0.6)
web-console (4.0.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.1.10)
PLATFORMS
ruby
DEPENDENCIES
bootsnap (>= 1.1.0)
byebug
capybara (>= 2.15)
chromedriver-helper
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mysql2 (>= 0.4.4, < 0.6.0)
puma (~> 3.11)
rails
sass-rails (~> 5.0)
selenium-webdriver
spree (~> 4.0.0.beta)
spree_auth_devise (~> 4.0.0.rc1)
spree_gateway (~> 3.6)
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
RUBY VERSION
ruby 2.5.6p201
BUNDLED WITH
2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment