Skip to content

Commit

Permalink
Merge pull request #15 from dtaniwaki/support-ruby-2.5
Browse files Browse the repository at this point in the history
Support Ruby 2.5
  • Loading branch information
dtaniwaki committed Oct 12, 2018
2 parents 26e5421 + 29335d6 commit b22ed41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: ruby
rvm:
- 2.1
- 2.2.6
- 2.3.3
- 2.4.0
- 2.3.7
- 2.4.4
- 2.5.1

install:
- "gem install bundler"
Expand Down
2 changes: 1 addition & 1 deletion paperclip-deflater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ["lib"]

gem.required_ruby_version = [">= 2.1", "< 2.5"]
gem.required_ruby_version = [">= 2.1", "< 2.6"]

gem.add_runtime_dependency "paperclip", ">= 3.4", "< 6.0"

Expand Down

0 comments on commit b22ed41

Please sign in to comment.