Skip to content

Commit 3eeda52

Browse files
committed
chore(): install active admin from rubygems
1 parent edc1c3c commit 3eeda52

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ gemspec
1212

1313
# To use debugger
1414
# gem "debugger"
15-
gem "activeadmin", github: "activeadmin"
15+
gem "activeadmin"
1616
gem "devise"

Gemfile.lock

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
GIT
2-
remote: git://github.com/activeadmin/activeadmin.git
3-
revision: a92ee4d2394f3f5b8ee15de7f26e4ce754834842
4-
specs:
5-
activeadmin (2.6.1)
6-
arbre (~> 1.2, >= 1.2.1)
7-
formtastic (~> 3.1)
8-
formtastic_i18n (~> 0.4)
9-
inherited_resources (~> 1.7)
10-
jquery-rails (~> 4.2)
11-
kaminari (~> 1.0, >= 1.0.1)
12-
railties (>= 5.2, < 6.1)
13-
ransack (~> 2.1, >= 2.1.1)
14-
sassc-rails (~> 2.1)
15-
sprockets (>= 3.0, < 4.1)
16-
171
PATH
182
remote: .
193
specs:
@@ -54,6 +38,17 @@ GEM
5438
rails-dom-testing (~> 2.0)
5539
rails-html-sanitizer (~> 1.0, >= 1.0.3)
5640
active_material (1.4.2)
41+
activeadmin (2.7.0)
42+
arbre (~> 1.2, >= 1.2.1)
43+
formtastic (~> 3.1)
44+
formtastic_i18n (~> 0.4)
45+
inherited_resources (~> 1.7)
46+
jquery-rails (~> 4.2)
47+
kaminari (~> 1.0, >= 1.0.1)
48+
railties (>= 5.2, < 6.1)
49+
ransack (~> 2.1, >= 2.1.1)
50+
sassc-rails (~> 2.1)
51+
sprockets (>= 3.0, < 4.1)
5752
activejob (5.2.4.1)
5853
activesupport (= 5.2.4.1)
5954
globalid (>= 0.3.6)
@@ -332,7 +327,7 @@ PLATFORMS
332327

333328
DEPENDENCIES
334329
aasm
335-
activeadmin!
330+
activeadmin
336331
activeadmin_addons!
337332
capybara-selenium
338333
database_cleaner

0 commit comments

Comments
 (0)