Skip to content

Commit

Permalink
Drop Ruby 2.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Feb 20, 2017
1 parent 926cdd0 commit f1270e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: ruby

rvm:
- 2.1
- 2.2.6
- 2.3.3
- 2.4.0
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
source 'https://rubygems.org'

ruby_version = RUBY_VERSION
paperclip_version = ENV['PAPERCLIP_VERSION']

gem "paperclip", "~> #{paperclip_version}" if paperclip_version

gem "activesupport", "< 5.0.0" if ruby_version =~ /^2\.1\./

gemspec

0 comments on commit f1270e7

Please sign in to comment.