Skip to content

Commit

Permalink
Try to fix an activesupport issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Nov 2, 2023
1 parent 74748e2 commit 8c7aa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pecorino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
spec.add_dependency "activerecord", "~> 7"
spec.add_dependency "pg"
spec.add_development_dependency "activesupport", "~> 7"
spec.add_development_dependency "activesupport", "~> 7.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "standard"
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
require "pecorino"

require "minitest/autorun"
require "active_support"
require "active_support/test_case"
require "active_record"

0 comments on commit 8c7aa37

Please sign in to comment.