Skip to content

Commit

Permalink
Upgrade sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahraqueld committed Jul 19, 2024
1 parent 4ee1d21 commit b03eb6a
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
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
gem "sqlite3", "> 1.6.9", platforms: [:ruby]

gemspec name: "factory_bot"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ GEM
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
middleware (0.1.0)
mini_portile2 (2.8.7)
minitest (5.14.3)
multi_test (0.1.2)
parallel (1.24.0)
Expand Down Expand Up @@ -128,7 +129,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sqlite3 (1.4.2)
sqlite3 (2.0.2)
mini_portile2 (~> 2.8.0)
standard (1.34.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -165,7 +167,7 @@ DEPENDENCIES
rspec
rspec-its
simplecov
sqlite3
sqlite3 (> 1.6.9)
standard
yard

Expand Down

0 comments on commit b03eb6a

Please sign in to comment.