Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Use ~> 0.8.5 version of jruby-openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Mar 16, 2013
1 parent 6401edf commit bd09240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ platform :mri do
end end


platform :jruby do platform :jruby do
gem 'jruby-openssl', '~> 0.7.7' gem 'jruby-openssl', '~> 0.8.5'
gem 'hot_bunnies', '~> 1.4.0.pre2' gem 'hot_bunnies', '~> 1.4.0.pre2'
gem 'activerecord-jdbcpostgresql-adapter', '1.2.2.1' # see https://github.com/bmabey/database_cleaner/pull/83 gem 'activerecord-jdbcpostgresql-adapter', '1.2.2.1' # see https://github.com/bmabey/database_cleaner/pull/83
gem 'activerecord-jdbc-adapter', '1.2.2.1' gem 'activerecord-jdbc-adapter', '1.2.2.1'
Expand Down

0 comments on commit bd09240

Please sign in to comment.