Skip to content

Commit

Permalink
Bundle update sqlite to newest version (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it authored Oct 22, 2024
1 parent 69d74e6 commit a863f1f
Show file tree
Hide file tree
Showing 3 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 @@ -28,7 +28,7 @@ gem 'shakapacker'
gem 'simple_form'
gem 'slack-notifier'
gem 'sprockets-rails'
gem 'sqlite3', '~> 1.6' # https://github.com/sparklemotion/sqlite3-ruby/issues/529
gem 'sqlite3'
gem 'stimulus-rails'
gem 'sys-filesystem'
gem 'text'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.1.0)
mini_portile2 (~> 2.8.0)
stackprof (0.2.26)
stimulus-rails (1.3.4)
Expand Down Expand Up @@ -491,7 +491,7 @@ DEPENDENCIES
slack-notifier
spring
sprockets-rails
sqlite3 (~> 1.6)
sqlite3
stackprof
stimulus-rails
super_diff
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.6.0
v5.7.0

0 comments on commit a863f1f

Please sign in to comment.