Skip to content

Commit

Permalink
#247 - upgrade ruby to 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalls-techempower committed May 3, 2013
1 parent 5c5b39d commit d0240b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rails-stripped/Gemfile-jruby
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'jruby-openssl', '0.8.5'
gem 'rails', '3.2.11'
gem 'rails', '3.2.13'
gem 'jruby-rack', '1.2.0.SNAPSHOT'
gem 'warbler', '1.3.6'
gem 'jruby-jars', '1.7.3'
gem 'activerecord-jdbcmysql-adapter', '1.2.6'
gem 'activerecord-jdbcmysql-adapter', '1.2.6'
2 changes: 1 addition & 1 deletion rails-stripped/Gemfile-ruby
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.11'
gem 'rails', '3.2.13'
gem 'mysql2', '0.3.11'
gem 'passenger', '3.9.5.rc3'
gem "unicorn", "4.6.2"
4 changes: 2 additions & 2 deletions rails/Gemfile-jruby
@@ -1,8 +1,8 @@
source 'https://rubygems.org'

gem 'jruby-openssl', '0.8.5'
gem 'rails', '3.2.11'
gem 'rails', '3.2.13'
gem 'jruby-rack', '1.2.0.SNAPSHOT'
gem 'warbler', '1.3.6'
gem 'jruby-jars', '1.7.3'
gem 'activerecord-jdbcmysql-adapter', '1.2.6'
gem 'activerecord-jdbcmysql-adapter', '1.2.6'
4 changes: 2 additions & 2 deletions rails/Gemfile-ruby
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.11'
gem 'rails', '3.2.13'
gem 'mysql2', '0.3.11'
gem 'passenger', '3.9.5.rc3'
gem "unicorn", "4.6.2"
gem "unicorn", "4.6.2"

0 comments on commit d0240b8

Please sign in to comment.