Skip to content

Commit

Permalink
Bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-jakubiak committed Jan 28, 2020
1 parent 3e6b8d8 commit e7e29a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ GIT
PATH
remote: .
specs:
activeadmin-mongoid (0.9.0)
activeadmin-mongoid (1.0.0)
activeadmin (>= 1.4.3)
jquery-rails
kaminari-mongoid
mongoid (>= 6.0, <= 7.0)
mongoid (>= 6.0, < 8.a)
sass-rails (>= 3.1.4)

GEM
Expand Down Expand Up @@ -154,8 +154,8 @@ GEM
minitest (5.11.3)
mongo (2.11.3)
bson (>= 4.4.2, < 5.0.0)
mongoid (7.0.0)
activemodel (>= 5.1, < 6.0.0)
mongoid (7.0.5)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.5.1, < 3.0.0)
nio4r (2.3.1)
nokogiri (1.10.5)
Expand Down Expand Up @@ -275,7 +275,7 @@ DEPENDENCIES
launchy
poltergeist
pry-rails
rails (~> 5.2)
rails (>= 5.2, < 6.1)
ransack-mongoid!
rspec-rails (~> 3.6)
simplecov
Expand Down

0 comments on commit e7e29a9

Please sign in to comment.