Skip to content

Commit

Permalink
Merge pull request #32 from PopularPays/ian/rollback-required-ruby-ve…
Browse files Browse the repository at this point in the history
…rsion

rollback ruby version to same ruby version used by ppsuite
  • Loading branch information
ChiefBK authored Oct 17, 2023
2 parents b7835b9 + 75f2ada commit 85cc6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonapi-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.7.8"
spec.required_ruby_version = ">= 2.7.7"

spec.add_dependency "activesupport", ">= 4.0", "< 7.1"
spec.add_dependency "awesome_print"
Expand Down

0 comments on commit 85cc6a5

Please sign in to comment.