mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Bump rails_admin from 2.2.1 to 3.1.1
Bumps [rails_admin](https://github.com/sferik/rails_admin) from 2.2.1 to 3.1.1. - [Release notes](https://github.com/sferik/rails_admin/releases) - [Changelog](https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md) - [Commits](https://github.com/sferik/rails_admin/compare/v2.2.1...v3.1.1) --- updated-dependencies: - dependency-name: rails_admin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
68517acee8
commit
b43cd30658
2
Gemfile
2
Gemfile
@ -95,7 +95,7 @@ gem 'redis'
|
||||
gem 'csv'
|
||||
|
||||
# Admin
|
||||
gem 'rails_admin', '~> 2.2'
|
||||
gem 'rails_admin', '~> 3.1'
|
||||
|
||||
# Tech debt & hacks
|
||||
gem 'binding_of_caller' # see has_changelog.rb
|
||||
|
||||
32
Gemfile.lock
32
Gemfile.lock
@ -1353,9 +1353,6 @@ GEM
|
||||
activerecord (>= 4.0.0)
|
||||
globalid (1.1.0)
|
||||
activesupport (>= 5.0)
|
||||
haml (5.2.2)
|
||||
temple (>= 0.8.0)
|
||||
tilt
|
||||
html-pipeline (2.14.2)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.4)
|
||||
@ -1391,12 +1388,6 @@ GEM
|
||||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
jmespath (1.6.1)
|
||||
jquery-rails (4.4.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jquery-ui-rails (6.0.1)
|
||||
railties (>= 3.2.16)
|
||||
json (2.5.1)
|
||||
jwt (2.2.3)
|
||||
kaminari (1.2.2)
|
||||
@ -1505,9 +1496,6 @@ GEM
|
||||
rack (2.2.6.2)
|
||||
rack-mini-profiler (3.0.0)
|
||||
rack (>= 1.2.0)
|
||||
rack-pjax (1.1.0)
|
||||
nokogiri (~> 1.5)
|
||||
rack (>= 1.1)
|
||||
rack-proxy (0.7.0)
|
||||
rack
|
||||
rack-test (2.0.2)
|
||||
@ -1536,18 +1524,12 @@ GEM
|
||||
rails (>= 3.2)
|
||||
rails-ujs (0.1.0)
|
||||
railties (>= 3.1)
|
||||
rails_admin (2.2.1)
|
||||
rails_admin (3.1.1)
|
||||
activemodel-serializers-xml (>= 1.0)
|
||||
builder (~> 3.1)
|
||||
haml (>= 4.0, < 6)
|
||||
jquery-rails (>= 3.0, < 5)
|
||||
jquery-ui-rails (>= 5.0, < 7)
|
||||
kaminari (>= 0.14, < 2.0)
|
||||
nested_form (~> 0.3)
|
||||
rack-pjax (>= 0.7)
|
||||
rails (>= 5.0, < 7)
|
||||
remotipart (~> 1.3)
|
||||
sassc-rails (>= 1.3, < 3)
|
||||
rails (>= 6.0, < 8)
|
||||
turbo-rails (~> 1.0)
|
||||
rails_gravatar (1.0.4)
|
||||
actionview
|
||||
railties (6.1.7.2)
|
||||
@ -1571,7 +1553,6 @@ GEM
|
||||
redis-client (>= 0.9.0)
|
||||
redis-client (0.10.0)
|
||||
connection_pool
|
||||
remotipart (1.4.4)
|
||||
responders (3.0.1)
|
||||
actionpack (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
@ -1634,7 +1615,6 @@ GEM
|
||||
stripe_event (2.3.2)
|
||||
activesupport (>= 3.1)
|
||||
stripe (>= 2.8, < 6)
|
||||
temple (0.8.2)
|
||||
terrapin (0.6.0)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
text-hyphen (1.4.1)
|
||||
@ -1645,6 +1625,10 @@ GEM
|
||||
timeago_js (3.0.2.2)
|
||||
timeout (0.3.1)
|
||||
tribute (3.6.0.0)
|
||||
turbo-rails (1.3.3)
|
||||
actionpack (>= 6.0.0)
|
||||
activejob (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
uglifier (4.2.0)
|
||||
@ -1729,7 +1713,7 @@ DEPENDENCIES
|
||||
rails
|
||||
rails-jquery-autocomplete
|
||||
rails-ujs
|
||||
rails_admin (~> 2.2)
|
||||
rails_admin (~> 3.1)
|
||||
react-rails
|
||||
redcarpet
|
||||
redis
|
||||
|
||||
Loading…
Reference in New Issue
Block a user