Skip to content

Commit

Permalink
Bump dependency gems and update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Feb 18, 2018
1 parent d93c6d7 commit 73904ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
guard (~> 2.0)
rubocop (~> 0.20)
hashdiff (0.3.7)
httparty (0.15.7)
httparty (0.16.0)
multi_xml (>= 0.5.2)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -119,8 +119,8 @@ GEM
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.0)
ast (~> 2.4.0)
powerpack (0.1.1)
pronto (0.9.5)
gitlab (~> 4.0, >= 4.0.0)
Expand All @@ -138,7 +138,7 @@ GEM
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.1)
public_suffix (3.0.2)
rack (2.0.4)
rack-test (0.8.2)
rack (>= 1.0, < 3)
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/no-rails.Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
mini_portile2 (~> 2.3.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
public_suffix (3.0.1)
public_suffix (3.0.2)
rake (12.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
Expand Down
6 changes: 3 additions & 3 deletions test/gemfiles/rails4.Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ GEM
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
hashdiff (0.3.7)
i18n (0.9.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.1.0)
json-schema (2.8.0)
addressable (>= 2.4)
json-schema-rspec (0.0.4)
json-schema (~> 2.5)
rspec
loofah (2.1.1)
loofah (2.2.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
macaddr (1.7.1)
Expand All @@ -79,7 +79,7 @@ GEM
mini_portile2 (~> 2.3.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
public_suffix (3.0.1)
public_suffix (3.0.2)
rack (1.6.8)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down

0 comments on commit 73904ba

Please sign in to comment.