Skip to content

Commit

Permalink
update rails to 4.2.8 which supports ruby 2.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Oct 20, 2017
1 parent f73d2f4 commit 85f81b8
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
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.1.1'
gem 'rails', '~> 4.2.8'
gem 'nokogiri'

# Use SCSS for stylesheets
Expand Down

0 comments on commit 85f81b8

Please sign in to comment.