Skip to content

Commit

Permalink
fixes theforeman#8445 - upgrade rails to 3.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Magen authored and ohadlevy committed Nov 24, 2014
1 parent c9363b7 commit 082378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ require File.expand_path('../lib/regexp_extensions', FOREMAN_GEMFILE)

source 'https://rubygems.org'

gem 'rails', '3.2.20'
gem 'rails', '3.2.21'
gem 'json'
gem 'rest-client', '> 1.6.2', '< 1.7', :require => 'rest_client'
gem "audited-activerecord", "3.0.0"
Expand Down

0 comments on commit 082378b

Please sign in to comment.