Skip to content

Commit

Permalink
Ruby 2.7対応として、kt-paperclipに依存する
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshiyuki Kinjo committed Mar 15, 2022
1 parent 07743e7 commit e910c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/paperclip-meta/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Paperclip
module Meta
VERSION = "3.1.0"
VERSION = "4.0.0-starx"
end
end
2 changes: 1 addition & 1 deletion paperclip-meta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.2.2"

s.add_dependency "paperclip", ">= 5.0"
s.add_dependency "kt-paperclip", ">= 5.0"

s.add_development_dependency "bundler", "~> 1.13"
s.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit e910c01

Please sign in to comment.