Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Mar 12, 2015
1 parent 53bcb00 commit 6d6c741
Showing 1 changed file with 41 additions and 30 deletions.
71 changes: 41 additions & 30 deletions Gemfile.lock
Expand Up @@ -13,27 +13,30 @@ GEM
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
coveralls (0.7.11)
multi_json (~> 1.10)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
diff-lcs (1.2.5)
docile (1.1.5)
dotenv (1.0.2)
faraday (0.9.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.6)
ffi2-generators (0.1.1)
formatador (0.2.5)
guard (2.10.2)
guard (2.12.4)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.1.0)
guard-rspec (4.5.0)
Expand All @@ -45,15 +48,20 @@ GEM
yard (>= 0.7.0)
hitimes (1.2.2)
htmlentities (4.3.2)
listen (2.8.3)
listen (2.9.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
method_source (0.8.2)
mime-types (2.4.3)
multi_json (1.10.1)
multi_json (1.11.0)
multipart-post (2.0.0)
nenv (0.2.0)
netrc (0.10.3)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -64,20 +72,22 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-readline (0.5.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
rest-client (1.7.3)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.2)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rubysl (2.1.0)
rubysl-abbrev (~> 2.0)
rubysl-base64 (~> 2.0)
Expand Down Expand Up @@ -279,18 +289,19 @@ GEM
rubysl-yaml (2.0.4)
rubysl-zlib (2.0.1)
safe_yaml (1.0.4)
simplecov (0.9.1)
shellany (0.0.1)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
slop (3.6.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
timers (4.0.1)
hitimes
tins (0.13.2)
tins (1.3.5)
vcr (2.9.3)
webmock (1.20.4)
addressable (>= 2.3.6)
Expand Down

0 comments on commit 6d6c741

Please sign in to comment.