Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
John Messenger committed Aug 14, 2018
1 parent 296a8ac commit 4883b64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rest-client'
gem 'nokogiri'
gem 'nokogiri', '~> 1.8.2'
gem 'logger'
gem 'slop'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
mini_portile2 (2.3.0)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand All @@ -27,9 +27,9 @@ PLATFORMS

DEPENDENCIES
logger
nokogiri
nokogiri (~> 1.8.2)
rest-client
slop

BUNDLED WITH
1.13.6
1.16.0

0 comments on commit 4883b64

Please sign in to comment.