Skip to content

Commit

Permalink
Bump sqlite3 to solve compilation failures with latest lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Jun 8, 2024
1 parent 0fe4df3 commit 88a7193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gem 'rubocop-rake'
gem 'rubocop-rspec'

gem 'mysql2', group: :mysql
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GEM
json (2.7.1)
json (2.7.1-java)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.7)
minitest (5.15.0)
mysql2 (0.5.6)
parser (3.3.0.5)
Expand Down Expand Up @@ -72,7 +73,8 @@ GEM
rubocop-rspec (2.9.0)
rubocop (~> 1.19)
ruby-progressbar (1.13.0)
sqlite3 (1.4.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -95,7 +97,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
ruby-progressbar
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.3.12

0 comments on commit 88a7193

Please sign in to comment.