Skip to content

Commit

Permalink
Allow ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakaface committed Aug 6, 2023
1 parent bc9f0f3 commit c43d31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgproxy-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.files = Dir.glob("lib/**/*") + Dir.glob("bin/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.7"
s.required_ruby_version = ">= 2.6"

s.add_dependency "imgproxy"

Expand Down

0 comments on commit c43d31b

Please sign in to comment.