Skip to content

Commit

Permalink
Merge pull request #187 from Invoca/dependabot/bundler/sqlite3-2.0.4
Browse files Browse the repository at this point in the history
non-production(deps): bump sqlite3 from 1.7.3 to 2.0.4
  • Loading branch information
github-actions[bot] authored Sep 20, 2024
2 parents c4eeaf3 + a9afbf6 commit 67999eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem 'pry'
gem 'rr', '3.1.1'
gem 'rubocop', require: false
gem 'shoulda'
gem 'sqlite3', "~> 1.4"
gem 'sqlite3', "~> 2.0"
gem 'test_after_commit', require: false
gem 'test-unit', '3.6.2'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sqlite3 (1.7.3)
sqlite3 (2.0.4)
mini_portile2 (~> 2.8.0)
stringio (3.1.1)
test-unit (3.6.2)
Expand Down Expand Up @@ -260,7 +260,7 @@ DEPENDENCIES
rr (= 3.1.1)
rubocop
shoulda
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
test-unit (= 3.6.2)
test_after_commit

Expand Down

0 comments on commit 67999eb

Please sign in to comment.