Skip to content

Commit

Permalink
upgrade temp tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 12, 2024
1 parent e27f2d5 commit 2ce97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion union_of.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rails', '>= 7.0'

spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'temporary_tables', '1.0.0.pre.rc.2'
spec.add_development_dependency 'temporary_tables', '~> 1.0'
spec.add_development_dependency 'sql_matchers', '1.0.0.pre.rc.4'
spec.add_development_dependency 'sqlite3', '~> 1.4'
spec.add_development_dependency 'mysql2'
Expand Down

0 comments on commit 2ce97a7

Please sign in to comment.