Skip to content

Commit

Permalink
bundle update for security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cook authored and Michael Cook committed Jun 21, 2018
1 parent c2ff498 commit 6299a79
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Gemfile.lock
Expand Up @@ -43,7 +43,7 @@ GEM
arel (8.0.0)
ast (2.4.0)
builder (3.2.3)
byebug (10.0.1)
byebug (10.0.2)
capybara (2.18.0)
addressable
mini_mime (>= 0.1.3)
Expand All @@ -54,18 +54,18 @@ GEM
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
concurrent-ruby (1.0.5)
crass (1.0.3)
crass (1.0.4)
docile (1.1.5)
erubi (1.7.1)
execjs (2.7.0)
factory_bot (4.8.2)
factory_bot (4.10.0)
activesupport (>= 3.0.0)
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
railties (>= 3.0.0)
faker (1.8.7)
i18n (>= 0.7)
ffi (1.9.23)
ffi (1.9.25)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (0.9.5)
Expand Down Expand Up @@ -106,17 +106,17 @@ GEM
minitest-metadata (~> 0.6)
minitest-rails (~> 3.0)
multi_json (1.13.1)
nio4r (2.3.0)
nokogiri (1.8.2)
nio4r (2.3.1)
nokogiri (1.8.3)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.0.5)
parser (2.5.1.0)
ast (~> 2.4.0)
pg (1.0.0)
powerpack (0.1.1)
powerpack (0.1.2)
public_suffix (3.0.2)
puma (3.11.3)
rack (2.0.4)
rack (2.0.5)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rails (5.1.5)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand All @@ -195,12 +195,12 @@ GEM
thread_safe (~> 0.1)
uglifier (4.1.8)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
will_paginate (3.1.6)
xpath (3.0.0)
xpath (3.1.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down

0 comments on commit 6299a79

Please sign in to comment.