Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'puma'
gem 'kramdown'
gem 'nprogress-rails'
gem "strip_attributes"
gem 'nokogiri', '1.6.8'
gem 'nokogiri', '1.13.2'

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@ GEM
mini_mime (>= 0.1.1)
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.1.0)
mini_portile2 (2.8.0)
minitest (5.11.3)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nested_form (0.3.2)
nio4r (2.3.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.13.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nprogress-rails (0.2.0.2)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
Expand All @@ -141,11 +141,11 @@ GEM
omniauth (~> 1.2)
orm_adapter (0.5.0)
pg (0.19.0)
pkg-config (1.1.9)
pr_geohash (1.0.0)
puma (3.11.3)
pundit (1.1.0)
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.0.4)
rack-pjax (1.0.0)
nokogiri (~> 1.5)
Expand Down Expand Up @@ -292,7 +292,7 @@ DEPENDENCIES
kaminari
kramdown
listen (~> 3.0.5)
nokogiri (= 1.6.8)
nokogiri (= 1.13.2)
nprogress-rails
omniauth-google-oauth2
pg
Expand Down