Skip to content

Commit 7d57d9d

Browse files
committed
ruby2.4: update rails version for ruby 2.4 support
1 parent cd1c3d5 commit 7d57d9d

File tree

2 files changed

+1
-115
lines changed

2 files changed

+1
-115
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
source 'https://rubygems.org'
22

3-
43
group :test, :development do
5-
gem 'rails', '~> 3.2'
4+
gem 'rails', if RUBY_VERSION >= '2.4.0' then '~> 4.2' else '~> 3.2' end
65
gem 'sqlite3'
76
gem 'pothoven-attachment_fu', :path => '.'
87
gem 'rmagick'

Gemfile.lock

-113
This file was deleted.

0 commit comments

Comments
 (0)