Skip to content

Commit

Permalink
update appraised gemfiles - so that we have a working jossl 4all
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 2, 2017
1 parent 1e81098 commit 0afcafd
Show file tree
Hide file tree
Showing 15 changed files with 141 additions and 124 deletions.
18 changes: 13 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,23 @@ appraise "rails40" do
end

appraise "rails41" do
gem "rails", "~> 4.1.11"
gem "rails", "~> 4.1.16"
end

appraise "rails42" do
gem "rails", "~> 4.2.5"
gem "mime-types", "< 3", :require => false
gem "rails", "~> 4.2.9"
end

appraise "rails50" do
gem "rails", "~> 5.0.5"
end

appraise "rails51" do
gem "rails", "~> 5.1.2"
end

appraise "railsNG" do
gem 'rails', "5.0.0.beta1"
#gem 'rails', :github => 'rails/rails', :branch => 'master'
#gem 'arel', :github => 'rails/arel', :branch => 'master'
gem 'rails', :github => 'rails/rails', :branch => 'master'
gem 'arel', :github => 'rails/arel', :branch => 'master'
end
1 change: 1 addition & 0 deletions gemfiles/rails23.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "rails", "~> 2.3.18"

5 changes: 5 additions & 0 deletions gemfiles/rails23.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GEM
activesupport (= 2.3.18)
activesupport (2.3.18)
diff-lcs (1.2.5)
jruby-openssl (0.9.21-java)
rack (1.1.6)
rails (2.3.18)
actionmailer (= 2.3.18)
Expand All @@ -34,6 +35,10 @@ PLATFORMS
java

DEPENDENCIES
jruby-openssl (~> 0.9.20)
rails (~> 2.3.18)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.14.6
1 change: 1 addition & 0 deletions gemfiles/rails30.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "rails", "~> 3.0.20"

28 changes: 5 additions & 23 deletions gemfiles/rails30.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GEM
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.4)
jruby-openssl (0.9.21-java)
json (1.8.1-java)
mail (2.2.20)
activesupport (>= 2.3.6)
Expand Down Expand Up @@ -75,36 +76,17 @@ GEM
thor (0.14.6)
treetop (1.4.15)
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
polyglot (>= 0.3.1)
tzinfo (0.3.40)

PLATFORMS
java

DEPENDENCIES
jruby-openssl (~> 0.9.20)
rails (~> 3.0.20)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.14.6
1 change: 1 addition & 0 deletions gemfiles/rails31.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "i18n", "< 0.7"
gem "rails", "~> 3.1.12"

5 changes: 5 additions & 0 deletions gemfiles/rails31.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GEM
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.11)
jruby-openssl (0.9.21-java)
json (1.8.2-java)
mail (2.4.4)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -94,6 +95,10 @@ PLATFORMS

DEPENDENCIES
i18n (< 0.7)
jruby-openssl (~> 0.9.20)
rails (~> 3.1.12)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.14.6
1 change: 1 addition & 0 deletions gemfiles/rails32.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "i18n", "< 0.7"
gem "rails", "~> 3.2.21"

4 changes: 3 additions & 1 deletion gemfiles/rails32.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GEM
hike (1.2.3)
i18n (0.6.11)
journey (1.0.4)
jruby-openssl (0.9.21-java)
json (1.8.3-java)
mail (2.5.4)
mime-types (~> 1.16)
Expand Down Expand Up @@ -92,9 +93,10 @@ PLATFORMS

DEPENDENCIES
i18n (< 0.7)
jruby-openssl (~> 0.9.20)
rails (~> 3.2.21)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.10.2
1.14.6
1 change: 1 addition & 0 deletions gemfiles/rails40.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "rails", "~> 4.0.13"

4 changes: 3 additions & 1 deletion gemfiles/rails40.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ GEM
diff-lcs (1.2.5)
erubis (2.7.0)
i18n (0.7.0)
jruby-openssl (0.9.21-java)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
Expand Down Expand Up @@ -74,9 +75,10 @@ PLATFORMS
java

DEPENDENCIES
jruby-openssl (~> 0.9.20)
rails (~> 4.0.13)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.10.2
1.14.6
3 changes: 2 additions & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "rails", "~> 4.1.11"
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "rails", "~> 4.1.16"

82 changes: 43 additions & 39 deletions gemfiles/rails41.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,58 +1,60 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.12)
actionpack (= 4.1.12)
actionview (= 4.1.12)
actionmailer (4.1.16)
actionpack (= 4.1.16)
actionview (= 4.1.16)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.12)
actionview (= 4.1.12)
activesupport (= 4.1.12)
actionpack (4.1.16)
actionview (= 4.1.16)
activesupport (= 4.1.16)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.12)
activesupport (= 4.1.12)
actionview (4.1.16)
activesupport (= 4.1.16)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.12)
activesupport (= 4.1.12)
activemodel (4.1.16)
activesupport (= 4.1.16)
builder (~> 3.1)
activerecord (4.1.12)
activemodel (= 4.1.12)
activesupport (= 4.1.12)
activerecord (4.1.16)
activemodel (= 4.1.16)
activesupport (= 4.1.16)
arel (~> 5.0.0)
activesupport (4.1.12)
activesupport (4.1.16)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
builder (3.2.2)
builder (3.2.3)
concurrent-ruby (1.0.5-java)
diff-lcs (1.2.5)
erubis (2.7.0)
i18n (0.7.0)
json (1.8.3-java)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.6.1)
minitest (5.7.0)
jruby-openssl (0.9.21-java)
json (1.8.6-java)
mail (2.6.6)
mime-types (>= 1.16, < 4)
mime-types (2.6.2)
minitest (5.10.3)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.1.12)
actionmailer (= 4.1.12)
actionpack (= 4.1.12)
actionview (= 4.1.12)
activemodel (= 4.1.12)
activerecord (= 4.1.12)
activesupport (= 4.1.12)
rails (4.1.16)
actionmailer (= 4.1.16)
actionpack (= 4.1.16)
actionview (= 4.1.16)
activemodel (= 4.1.16)
activerecord (= 4.1.16)
activesupport (= 4.1.16)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.12)
railties (= 4.1.16)
sprockets-rails (~> 2.0)
railties (4.1.12)
actionpack (= 4.1.12)
activesupport (= 4.1.12)
railties (4.1.16)
actionpack (= 4.1.16)
activesupport (= 4.1.16)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
Expand All @@ -64,24 +66,26 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
sprockets (3.2.0)
rack (~> 1.0)
sprockets-rails (2.3.2)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thor (0.19.1)
thread_safe (0.3.5-java)
tzinfo (1.2.2)
thor (0.19.4)
thread_safe (0.3.6-java)
tzinfo (1.2.3)
thread_safe (~> 0.1)

PLATFORMS
java

DEPENDENCIES
rails (~> 4.1.11)
jruby-openssl (~> 0.9.20)
rails (~> 4.1.16)
rake (~> 10.4.2)
rspec (~> 2.14.1)

BUNDLED WITH
1.10.6
1.14.6
4 changes: 3 additions & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ source "https://rubygems.org"

gem "rake", "~> 10.4.2", :group=>:test, :require=>nil
gem "rspec", "~> 2.14.1", :group=>:test
gem "rails", "~> 4.2.5"
gem "jruby-openssl", "~> 0.9.20", :group=>:test
gem "mime-types", "< 3", :require=>false
gem "rails", "~> 4.2.9"

Loading

0 comments on commit 0afcafd

Please sign in to comment.