Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 16, 2024
1 parent d7e99f0 commit 06628e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gemspec

gem "appraisal"
gem "pg"
gem "sqlite3", "~> 1.7"
gem "sqlite3"
gem "standard"
gem "webmock"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
standard (1.43.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -292,7 +292,7 @@ DEPENDENCIES
googleauth (~> 1.1)
noticed!
pg
sqlite3 (~> 1.7)
sqlite3
standard
webmock

Expand Down

0 comments on commit 06628e1

Please sign in to comment.