Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Dec 28, 2015
1 parent 11cb689 commit 6f47aeb
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ GEM
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.0)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
cucumber (2.1.0)
Expand All @@ -40,6 +41,8 @@ GEM
daemons (1.2.3)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
eventmachine (1.0.8)
execjs (2.6.0)
ffi (1.9.10)
Expand All @@ -64,6 +67,8 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (0.2.3)
http-cookie (1.0.2)
domain_name (~> 0.5)
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
Expand All @@ -82,14 +87,14 @@ GEM
rb-inotify (>= 0.9)
lumberjack (1.0.9)
method_source (0.8.2)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types (2.99)
mime-types-data (3.2015.1120)
mini_portile2 (2.0.0)
multi_json (1.11.2)
multi_test (0.1.2)
multi_xml (0.5.5)
nenv (0.2.0)
netrc (0.11.0)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.8)
Expand All @@ -109,8 +114,10 @@ GEM
rb-fsevent (0.9.6)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand All @@ -136,11 +143,11 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-assetpack (0.3.1)
sinatra-assetpack (0.3.5)
jsmin
rack-test
sinatra
tilt (>= 1.3.0)
tilt (>= 1.3.0, < 2.0)
slop (3.6.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
Expand All @@ -150,7 +157,10 @@ GEM
rack (~> 1.0)
thor (0.19.1)
tilt (1.4.1)
tins (1.8.1)
tins (1.6.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
vcr (3.0.1)
webmock (1.22.3)
addressable (>= 2.3.6)
Expand Down

0 comments on commit 6f47aeb

Please sign in to comment.