Skip to content

Commit

Permalink
bump rails version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Boily committed Sep 26, 2012
1 parent 8233878 commit 92beaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -17,9 +17,9 @@ gem "jquery-rails"
#gem 'ruby-debug'
#gem 'ruby-debug19'

group :development do
group :development do
gem "thin"
gem 'rails', '3.2.6'
gem 'rails', '3.2.8'
gem 'pry'

if RUBY_PLATFORM.downcase.include?("darwin")
Expand Down

0 comments on commit 92beaa6

Please sign in to comment.