Skip to content

Commit

Permalink
Merge a5f2170 into 8eca45c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 19, 2023
2 parents 8eca45c + a5f2170 commit 6986158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails-i18n'
gem 'responders'

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

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.1)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.17.0)
Expand Down Expand Up @@ -374,7 +374,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.5.4)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
ssrf_filter (1.1.1)
state_machines (0.5.0)
Expand Down Expand Up @@ -470,7 +470,7 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
sqlite3 (~> 1.5.4)
sqlite3 (~> 1.6.0)
state_machines-activerecord
state_machines-yard
uglifier
Expand Down

0 comments on commit 6986158

Please sign in to comment.