Skip to content

Commit

Permalink
support rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Schoettinger committed Nov 1, 2023
1 parent dc07f0e commit c21121d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sql_footprint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SqlFootprint
VERSION = '3.0.0'.freeze
VERSION = '3.0.1'.freeze
end
4 changes: 2 additions & 2 deletions sql_footprint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', ['>= 6.0', '< 7.0']
spec.add_dependency 'activesupport', ['>= 6.0', '< 7.0']
spec.add_dependency 'activerecord', ['>= 6.0', '< 8.0']
spec.add_dependency 'activesupport', ['>= 6.0', '< 8.0']

spec.add_development_dependency 'bundler', ['>= 1.7', '< 3.0']
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit c21121d

Please sign in to comment.