Skip to content

Commit

Permalink
[GEM] Target older sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssunday committed Jun 24, 2024
1 parent 583fb5d commit 3ed678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('pry')
spec.add_development_dependency('rails')
spec.add_development_dependency('rspec-rails', '~> 6.1')
spec.add_development_dependency('sqlite3')
spec.add_development_dependency('sqlite3', '~> 1.4')
spec.add_development_dependency('webmock')

spec.required_ruby_version = '>= 2.7'
Expand Down

0 comments on commit 3ed678f

Please sign in to comment.