Skip to content

Commit

Permalink
Add back in gems that we actually need
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Sep 4, 2016
1 parent 513a651 commit 6c2fb57
Show file tree
Hide file tree
Showing 12 changed files with 189 additions and 88 deletions.
19 changes: 10 additions & 9 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rails_4 = proc do
instance_eval(&shared_dependencies)
instance_eval(&spring)
# gem 'uglifier', '>= 1.3.0'
# gem 'coffee-rails', '~> 4.0.0'
# gem 'jquery-rails'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
# gem 'turbolinks'
# gem 'sdoc'
gem 'activeresource', '4.0.0'
Expand All @@ -41,23 +41,24 @@ end
appraise '4.0.0' do
instance_eval(&rails_4)
gem 'rails', '4.0.0'
# gem 'jbuilder', '~> 1.2'
gem 'jquery-rails', '~> 3.1.4'
gem 'jbuilder', '~> 1.2'
gem 'sass-rails', '~> 4.0.0'
gem 'bcrypt-ruby', '~> 3.0.0'
end

appraise '4.0.1' do
instance_eval(&rails_4)
gem 'rails', '4.0.1'
# gem 'jbuilder', '~> 1.2'
gem 'jbuilder', '~> 1.2'
gem 'sass-rails', '~> 4.0.0'
gem 'bcrypt', '~> 3.1.2'
end

appraise '4.1' do
instance_eval(&rails_4)
gem 'rails', '~> 4.1.0'
# gem 'jbuilder', '~> 2.0'
gem 'jbuilder', '~> 2.0'
gem 'sass-rails', '~> 4.0.3'
# gem 'sdoc', '~> 0.4.0'
gem 'bcrypt', '~> 3.1.7'
Expand All @@ -69,7 +70,7 @@ appraise '4.2' do
gem 'rails', '~> 4.2.0'
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.1.0'
# gem 'jbuilder', '~> 2.0'
gem 'jbuilder', '~> 2.0'
# gem 'sdoc', '~> 0.4.0'
gem 'bcrypt', '~> 3.1.7'
# gem 'spring'
Expand All @@ -79,9 +80,9 @@ end
appraise '5.0' do
instance_eval(&rails_5)
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
# gem 'sass-rails', '~> 5.0'
# gem 'coffee-rails', '~> 4.2'
# gem 'jbuilder', '~> 2.5'
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.2'
gem 'jbuilder', '~> 2.5'
# gem 'sdoc', '~> 0.4.0'
gem 'bcrypt', '~> 3.1.7'
gem 'listen', '~> 3.0.5'
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/4.0.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ gem "jruby-openssl", :platform => :jruby
gem "therubyrhino", :platform => :jruby
gem "spring"
gem "spring-commands-rspec"
gem "coffee-rails", "~> 4.0.0"
gem "jquery-rails", "~> 3.1.4"
gem "activeresource", "4.0.0"
gem "protected_attributes"
gem "minitest-reporters"
gem "rails", "4.0.0"
gem "jbuilder", "~> 1.2"
gem "sass-rails", "~> 4.0.0"
gem "bcrypt-ruby", "~> 3.0.0"
17 changes: 17 additions & 0 deletions gemfiles/4.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,27 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
columnize (0.9.0)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.7.0)
fssm (0.2.10)
hashie (3.4.2)
hike (1.2.3)
i18n (0.7.0)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down Expand Up @@ -166,8 +180,11 @@ DEPENDENCIES
appraisal (~> 2.0)
bcrypt-ruby (~> 3.0.0)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
fssm
jbuilder (~> 1.2)
jdbc-sqlite3
jquery-rails (~> 3.1.4)
jruby-openssl
minitest-reporters
pg
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/4.0.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ gem "jruby-openssl", :platform => :jruby
gem "therubyrhino", :platform => :jruby
gem "spring"
gem "spring-commands-rspec"
gem "coffee-rails", "~> 4.0.0"
gem "jquery-rails"
gem "activeresource", "4.0.0"
gem "protected_attributes"
gem "minitest-reporters"
gem "rails", "4.0.1"
gem "jbuilder", "~> 1.2"
gem "sass-rails", "~> 4.0.0"
gem "bcrypt", "~> 3.1.2"
17 changes: 17 additions & 0 deletions gemfiles/4.0.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,27 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
columnize (0.9.0)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.7.0)
fssm (0.2.10)
hashie (3.4.2)
hike (1.2.3)
i18n (0.7.0)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
Expand Down Expand Up @@ -166,8 +180,11 @@ DEPENDENCIES
appraisal (~> 2.0)
bcrypt (~> 3.1.2)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
fssm
jbuilder (~> 1.2)
jdbc-sqlite3
jquery-rails
jruby-openssl
minitest-reporters
pg
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ gem "jruby-openssl", :platform => :jruby
gem "therubyrhino", :platform => :jruby
gem "spring"
gem "spring-commands-rspec"
gem "coffee-rails", "~> 4.0.0"
gem "jquery-rails"
gem "activeresource", "4.0.0"
gem "protected_attributes", "~> 1.0.6"
gem "minitest-reporters"
gem "rails", "~> 4.1.0"
gem "jbuilder", "~> 2.0"
gem "sass-rails", "~> 4.0.3"
gem "bcrypt", "~> 3.1.7"
17 changes: 17 additions & 0 deletions gemfiles/4.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,26 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
columnize (0.9.0)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.7.0)
fssm (0.2.10)
hike (1.2.3)
i18n (0.7.0)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
mail (2.6.3)
mime-types (>= 1.16, < 3)
Expand Down Expand Up @@ -164,8 +178,11 @@ DEPENDENCIES
appraisal (~> 2.0)
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.0.0)
fssm
jbuilder (~> 2.0)
jdbc-sqlite3
jquery-rails
jruby-openssl
minitest-reporters
pg
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ gem "jruby-openssl", :platform => :jruby
gem "therubyrhino", :platform => :jruby
gem "spring"
gem "spring-commands-rspec"
gem "coffee-rails", "~> 4.1.0"
gem "jquery-rails"
gem "activeresource", "4.0.0"
gem "protected_attributes", "~> 1.0.6"
gem "minitest-reporters"
gem "rails", "~> 4.2.0"
gem "sass-rails", "~> 5.0"
gem "coffee-rails", "~> 4.1.0"
gem "jbuilder", "~> 2.0"
gem "bcrypt", "~> 3.1.7"
10 changes: 10 additions & 0 deletions gemfiles/4.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ GEM
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
Expand All @@ -89,6 +96,7 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.12.1)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.3)
Expand Down Expand Up @@ -195,7 +203,9 @@ DEPENDENCIES
bundler (~> 1.1)
coffee-rails (~> 4.1.0)
fssm
jbuilder (~> 2.0)
jdbc-sqlite3
jquery-rails
jruby-openssl
minitest-reporters
pg
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ gem "therubyrhino", :platform => :jruby
gem "spring"
gem "spring-commands-rspec"
gem "rails", "~> 5.0.0", ">= 5.0.0.1"
gem "sass-rails", "~> 5.0"
gem "coffee-rails", "~> 4.2"
gem "jbuilder", "~> 2.5"
gem "bcrypt", "~> 3.1.7"
gem "listen", "~> 3.0.5"
23 changes: 23 additions & 0 deletions gemfiles/5.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,25 @@ GEM
builder (3.2.2)
byebug (9.0.5)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.9.14)
fssm (0.2.10)
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.7.0)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -76,6 +87,7 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
multi_json (1.12.1)
nio4r (1.2.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
Expand Down Expand Up @@ -141,6 +153,13 @@ GEM
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
sass (3.4.22)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
shoulda-context (1.2.1)
spring (1.7.2)
spring-commands-rspec (1.0.4)
Expand All @@ -155,6 +174,7 @@ GEM
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket-driver (0.6.4)
Expand All @@ -174,7 +194,9 @@ DEPENDENCIES
appraisal (~> 2.0)
bcrypt (~> 3.1.7)
bundler (~> 1.1)
coffee-rails (~> 4.2)
fssm
jbuilder (~> 2.5)
jdbc-sqlite3
jruby-openssl
listen (~> 3.0.5)
Expand All @@ -187,6 +209,7 @@ DEPENDENCIES
redcarpet
rspec (~> 3.2)
rspec-rails (>= 3.2.0, < 4)
sass-rails (~> 5.0)
shoulda-context (~> 1.2.0)
spring
spring-commands-rspec
Expand Down
Loading

0 comments on commit 6c2fb57

Please sign in to comment.