8000 Update dependencies (#8450) · activeadmin/activeadmin@858f6b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 858f6b3

Browse files
authored
Update dependencies (#8450)
Relax sqlite3 version constraint because rails/rails#51636 is included in the latest 7.1.4 release
1 parent c2c1f4d commit 858f6b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ DEPENDENCIES
275275
github-pages
276276

277277
BUNDLED WITH
278-
2.5.15
278+
2.5.17

gemfiles/rails_71/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group :test do
3333
gem "launchy"
3434
gem "parallel_tests"
3535
gem "rspec-rails"
36-
gem "sqlite3", "~> 1.7", platform: :mri # FIXME: relax this dependency when rails/rails#51636 will be released
36+
gem "sqlite3", platform: :mri
3737

3838
# Translations
3939
gem "i18n-tasks"

gemfiles/rails_71/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,10 @@ GEM
374374
actionpack (>= 6.1)
375375
activesupport (>= 6.1)
376376
sprockets (>= 3.0.0)
377-
sqlite3 (1.7.3)
377+
sqlite3 (2.0.4)
378378
mini_portile2 (~> 2.8.0)
379-
sqlite3 (1.7.3-arm64-darwin)
380-
sqlite3 (1.7.3-x86_64-linux)
379+
sqlite3 (2.0.4-arm64-darwin)
380+
sqlite3 (2.0.4-x86_64-linux-gnu)
381381
stringio (3.1.1)
382382
strscan (3.1.0)
383383
sys-uname (1.3.0)
@@ -430,7 +430,7 @@ DEPENDENCIES
430430
simplecov
431431
simplecov-cobertura
432432
sprockets-rails
433-
sqlite3 (~> 1.7)
433+
sqlite3
434434
webrick
435435

436436
BUNDLED WITH

0 commit comments

Comments
 (0)
0