Skip to content

Commit

Permalink
Move sqlite3 gem into dummy gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 8, 2024
1 parent 55629c9 commit 270507e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ source "https://rubygems.org"

eval_gemfile File.expand_path("../../Gemfile.development_dependencies", __dir__)

# sqlite3 1.7.0 ends native gem support for Ruby 2.7
gem "sqlite3", "~> 1.0", "< 1.7.0"

gem "react_on_rails", path: "../.."
2 changes: 1 addition & 1 deletion spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ DEPENDENCIES
shakapacker (= 7.0.1)
spring (~> 4.0)
sprockets (~> 4.0)
sqlite3
sqlite3 (~> 1.0, < 1.7.0)
turbolinks
uglifier
webdrivers (= 5.3.0)
Expand Down

0 comments on commit 270507e

Please sign in to comment.