Skip to content

Commit

Permalink
Fix gem install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed May 22, 2024
1 parent 28793fa commit 11ac3b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "puma", "5.6.4"
gem "bootsnap", "1.12.0", require: false

group :development, :test do
gem "sqlite3", "1.4.2"
gem "sqlite3", "1.5.0"
gem "debug", "1.5.0", platforms: %i[ mri mingw x64_mingw ]
end

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
sqlite3 (1.5.0-arm64-darwin)
sqlite3 (1.5.0-x86_64-linux)
stimulus-rails (1.0.4)
railties (>= 6.0.0)
thor (1.2.1)
Expand Down Expand Up @@ -337,7 +338,7 @@ DEPENDENCIES
sassc-rails (= 2.1.2)
selenium-webdriver (= 4.2.0)
sprockets-rails (= 3.4.2)
sqlite3 (= 1.4.2)
sqlite3 (= 1.5.0)
stimulus-rails (= 1.0.4)
turbo-rails (= 1.1.1)
web-console (= 4.2.0)
Expand Down

0 comments on commit 11ac3b9

Please sign in to comment.