Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlite3 from 1.3.13 to 1.5.4 #164

Merged
merged 1 commit into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails-i18n'
gem 'responders'

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

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
ssrf_filter (1.1.1)
state_machines (0.5.0)
state_machines-activemodel (0.8.0)
Expand Down Expand Up @@ -470,7 +471,7 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
sqlite3 (~> 1.3.13)
sqlite3 (~> 1.5.4)
state_machines-activerecord
state_machines-yard
uglifier
Expand Down