Skip to content

Commit

Permalink
Fixes #20202 - Update rails to 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and tbrisker committed Jul 4, 2017
1 parent caa81e6 commit 06c01b0
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.8'
gem 'rails', '4.2.9'
gem 'rest-client', '>= 1.8.0', '< 3', :require => 'rest_client'
gem 'audited', '~> 4.3'
gem 'will_paginate', '~> 3.0'
Expand Down

0 comments on commit 06c01b0

Please sign in to comment.