Skip to content

Commit

Permalink
Import rails_admin from github instead of rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
icyflame committed Dec 28, 2019
1 parent ed35316 commit 67823a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'rails_12factor', group: :production
gem 'sprockets-rails'
gem 'bootstrap'
gem 'devise'
gem 'rails_admin'
gem 'rails_admin', '~> 2.0', git: 'https://github.com/sferik/rails_admin.git'
gem 'cancan'

gem 'jquery-ui-rails'
Expand Down
31 changes: 18 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
GIT
remote: https://github.com/sferik/rails_admin.git
revision: 397f31d51d11430f5db82e8e4cc3534edc19e7c0
specs:
rails_admin (2.0.0)
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)

GIT
remote: https://github.com/stympy/faker.git
revision: 5850932358c62f7622362eda4696cb6ea8eeed9d
Expand Down Expand Up @@ -206,18 +223,6 @@ GEM
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_admin (2.0.0)
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_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (6.0.2.1)
Expand Down Expand Up @@ -307,7 +312,7 @@ DEPENDENCIES
rabl
rails (~> 6.0, >= 6.0.2.1)
rails_12factor
rails_admin
rails_admin (~> 2.0)!
redcarpet
responders
sass-rails (> 4)
Expand Down

0 comments on commit 67823a7

Please sign in to comment.