Skip to content

Commit

Permalink
fixes #16085 - update Rails to 4.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal committed Aug 12, 2016
1 parent 42ba771 commit 341fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FOREMAN_GEMFILE = __FILE__ unless defined? FOREMAN_GEMFILE

source 'https://rubygems.org'

gem 'rails', '4.2.6'
gem 'rails', '4.2.7.1'
gem 'rest-client', '>= 1.8.0', '< 3', :require => 'rest_client'
gem 'audited-activerecord', '>= 4.2.2', '< 5'
gem 'will_paginate', '~> 3.0'
Expand Down

0 comments on commit 341fa5a

Please sign in to comment.