Skip to content

Commit

Permalink
Merge pull request #226 from openSUSE/dependabot/bundler/sqlite3-1.6.1
Browse files Browse the repository at this point in the history
Bump sqlite3 from 1.6.0 to 1.6.1
  • Loading branch information
hellcp committed Feb 24, 2023
2 parents d8f4175 + 72e4d4d commit 9692a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'rails-i18n'
gem 'responders'

# Choose your weapon
gem 'sqlite3', '~> 1.6.0'
gem 'sqlite3', '~> 1.6.1'
# gem 'pg', '~> 0.21'
# gem 'mysql2', '~> 0.4.10'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -349,7 +349,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.6.0)
sqlite3 (1.6.1)
mini_portile2 (~> 2.8.0)
ssrf_filter (1.1.1)
state_machines (0.5.0)
Expand Down Expand Up @@ -446,7 +446,7 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
sqlite3 (~> 1.6.0)
sqlite3 (~> 1.6.1)
state_machines-activerecord
state_machines-yard
uglifier
Expand Down

0 comments on commit 9692a6d

Please sign in to comment.