Browse Source

Bump active admin

pull/271/head
baarkerlounger 3 years ago
parent
commit
f4e47b5873
  1. 12
      Gemfile.lock

12
Gemfile.lock

@ -20,7 +20,7 @@ GIT
GIT GIT
remote: https://github.com/tagliala/activeadmin.git remote: https://github.com/tagliala/activeadmin.git
revision: f4fc57251399c0ed452d72ac4b07d0bdd3d047c6 revision: d1492c54e76871d95f3a7ff20e445b48f455d4cb
branch: feature/railties-7 branch: feature/railties-7
specs: specs:
activeadmin (2.9.0) activeadmin (2.9.0)
@ -30,7 +30,7 @@ GIT
inherited_resources (~> 1.7) inherited_resources (~> 1.7)
jquery-rails (~> 4.2) jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.2.1) kaminari (~> 1.0, >= 1.2.1)
railties (>= 5.2, < 7.1) railties (>= 6.0, < 7.1)
ransack (~> 2.1, >= 2.1.1) ransack (~> 2.1, >= 2.1.1)
GEM GEM
@ -105,7 +105,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2) ast (2.4.2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.550.0) aws-partitions (1.551.0)
aws-sdk-core (3.125.5) aws-sdk-core (3.125.5)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
@ -122,7 +122,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16) bcrypt (3.1.16)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.10.2) bootsnap (1.10.3)
msgpack (~> 1.2) msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
@ -262,7 +262,7 @@ GEM
parallel (1.21.0) parallel (1.21.0)
parser (3.1.0.0) parser (3.1.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.3.0) pg (1.3.1)
postcodes_io (0.4.0) postcodes_io (0.4.0)
excon (~> 0.39) excon (~> 0.39)
pry (0.13.1) pry (0.13.1)
@ -330,7 +330,7 @@ GEM
rspec-expectations (3.10.2) rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.10.0)
rspec-mocks (3.10.2) rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.10.0)
rspec-rails (5.1.0) rspec-rails (5.1.0)

Loading…
Cancel
Save