Skip to content

Commit

Permalink
ruby2.4: update rails version for ruby 2.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobo committed Apr 25, 2017
1 parent cd1c3d5 commit 7d57d9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
source 'https://rubygems.org'


group :test, :development do
gem 'rails', '~> 3.2'
gem 'rails', if RUBY_VERSION >= '2.4.0' then '~> 4.2' else '~> 3.2' end
gem 'sqlite3'
gem 'pothoven-attachment_fu', :path => '.'
gem 'rmagick'
Expand Down
113 changes: 0 additions & 113 deletions Gemfile.lock

This file was deleted.

0 comments on commit 7d57d9d

Please sign in to comment.