Skip to content

Commit

Permalink
Bump arctic_admin from 3.3.0 to 4.2.5 (#468)
Browse files Browse the repository at this point in the history
Bumps [arctic_admin](https://github.com/cprodhomme/arctic_admin) from 3.3.0 to 4.2.5.
- [Release notes](https://github.com/cprodhomme/arctic_admin/releases)
- [Commits](cprodhomme/arctic_admin@v3.3.0...v4.2.5)

---
updated-dependencies:
- dependency-name: arctic_admin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 9449934 commit ccf8965
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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', '~> 7.0.8'

gem 'activeadmin', '~> 2.9'
gem 'active_storage_base64', '~> 2.0.0'
gem 'arctic_admin', '~> 3.3.0'
gem 'arctic_admin', '~> 4.2.5'
gem 'aws-sdk-s3', '~> 1.134', require: false
gem 'bootsnap', '~> 1.16'
gem 'delayed_job_active_record', '~> 4.1', '>= 4.1.5'
Expand Down
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ GEM
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
arbre (1.5.0)
arbre (1.6.0)
activesupport (>= 3.0.0, < 7.1)
ruby2_keywords (>= 0.0.2, < 1.0)
arctic_admin (3.3.0)
activeadmin (>= 1.1.0, < 3.0)
font-awesome-sass (~> 5.0)
jquery-rails
arctic_admin (4.2.5)
activeadmin (>= 1.1.0, < 4.0)
font-awesome-sass (~> 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.816.0)
Expand Down Expand Up @@ -178,7 +177,7 @@ GEM
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi (1.16.1)
flipper (1.0.0)
brow (~> 0.4.1)
concurrent-ruby (< 2)
Expand All @@ -191,15 +190,15 @@ GEM
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
font-awesome-sass (6.4.2)
sassc (~> 2.0)
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic_i18n (0.7.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.24.3)
has_scope (0.8.0)
has_scope (0.8.1)
actionpack (>= 5.2)
activesupport (>= 5.2)
hashdiff (1.0.1)
Expand All @@ -226,7 +225,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
jquery-rails (4.5.0)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -496,7 +495,7 @@ GEM
yaaf (2.2.0)
activemodel (>= 5.2)
activerecord (>= 5.2)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -505,7 +504,7 @@ DEPENDENCIES
active_storage_base64 (~> 2.0.0)
activeadmin (~> 2.9)
annotate (~> 3.2, >= 3.0.3)
arctic_admin (~> 3.3.0)
arctic_admin (~> 4.2.5)
aws-sdk-s3 (~> 1.134)
better_errors (~> 2.10)
binding_of_caller (~> 1.0)
Expand Down

0 comments on commit ccf8965

Please sign in to comment.