diff --git a/Gemfile b/Gemfile index 3b802db4..68a007b1 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 7c7f4cf4..94e968c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -491,7 +491,7 @@ DEPENDENCIES slack-notifier spring sprockets-rails - sqlite3 (~> 1.6) + sqlite3 stackprof stimulus-rails super_diff diff --git a/current_version.txt b/current_version.txt index 7aefc824..833e0a48 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -v5.6.0 +v5.7.0