Skip to content

Commit

Permalink
Update loofah and nokogiri (#118)
Browse files Browse the repository at this point in the history
* Update loofah and nokogiri

* lock AA <= 1.1, newer breaks

* lock ransack to commit
  • Loading branch information
boie0025 authored Apr 8, 2018
1 parent ad546e3 commit 9394726
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# development dependencies will be added by default to the :development group.
gemspec

gem 'ransack', github: 'activerecord-hackery/ransack'
gem 'ransack', github: 'activerecord-hackery/ransack', ref: 'c869fc210500'

# Test app stuff

Expand Down
2 changes: 1 addition & 1 deletion activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', ['~> 6.0.3']
gem.add_runtime_dependency 'activeadmin', ['>= 1.0.0']
gem.add_runtime_dependency 'activeadmin', ['<= 1.1.0']
gem.add_runtime_dependency 'jquery-rails'
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '<= 5.0.6']
# gem.add_runtime_dependency 'meta_search', '~> 1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion test_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'activeadmin-mongoid', path: '../'
gem 'activeadmin', '~> 1.1.0'
gem 'activeadmin', '<= 1.1.0'

# Test app stuff

Expand Down
12 changes: 7 additions & 5 deletions test_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.3)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -134,7 +135,8 @@ GEM
mongoid
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.0.3)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
Expand All @@ -143,16 +145,16 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.4)
mini_portile2 (2.2.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
mongo (2.4.3)
bson (>= 4.2.1, < 5.0.0)
mongoid (6.0.3)
activemodel (~> 5.0)
mongo (~> 2.3)
nio4r (2.1.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
poltergeist (1.16.0)
capybara (~> 2.1)
Expand Down Expand Up @@ -268,4 +270,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.15.4
1.16.0.pre.3

0 comments on commit 9394726

Please sign in to comment.