Skip to content

Commit

Permalink
Set sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Jun 21, 2024
1 parent 9ab0dd7 commit 0bbb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gemspec
gem "money", ENV["MONEY_VERSION"] if ENV["MONEY_VERSION"]
gem "money-rails", ENV["MONEY_RAILS_VERSION"] if ENV["MONEY_RAILS_VERSION"]
gem "activerecord", ENV["RAILS_VERSION"] if ENV["RAILS_VERSION"]
gem "sqlite3" if ENV["MONEY_RAILS_VERSION"]
gem "sqlite3", "~> 1.4" if ENV["MONEY_RAILS_VERSION"]
gem "rubyzip"
gem "simplecov", require: false

0 comments on commit 0bbb376

Please sign in to comment.