Skip to content

Commit

Permalink
Up[date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Jul 21, 2014
1 parent f6bcd6a commit 0441baa
Showing 1 changed file with 31 additions and 29 deletions.
60 changes: 31 additions & 29 deletions Gemfile.lock
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)
actionpack (4.1.4)
actionview (= 4.1.4)
activesupport (= 4.1.4)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.1)
activesupport (= 4.1.1)
actionview (4.1.4)
activesupport (= 4.1.4)
builder (~> 3.1)
erubis (~> 2.7.0)
activesupport (4.1.1)
activesupport (4.1.4)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
archive-tar-minitar (0.5.2)
builder (3.2.2)
capybara (2.1.0)
capybara (2.3.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-webkit (1.1.1)
capybara (>= 2.0.2, < 2.2.0)
capybara-webkit (1.2.0)
capybara (>= 2.0.2, < 2.4.0)
json
celluloid (0.15.2)
timers (~> 1.1.0)
Expand All @@ -48,7 +48,7 @@ GEM
curb (0.8.5)
daemons (1.1.9)
diff-lcs (1.2.5)
docile (1.1.3)
docile (1.1.5)
erubis (2.7.0)
eventmachine (1.0.3)
extlib (0.9.16)
Expand All @@ -65,31 +65,32 @@ GEM
guard-cucumber (1.4.1)
cucumber (>= 1.2.0)
guard (>= 1.1.0)
guard-rspec (4.2.9)
guard-rspec (4.2.10)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
haml (4.0.5)
tilt
highline (1.6.21)
i18n (0.6.9)
i18n (0.6.11)
json (1.8.1)
kramdown (1.3.3)
listen (2.7.6)
kramdown (1.4.0)
listen (2.7.9)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.6)
lumberjack (1.0.9)
method_source (0.8.2)
mime-types (2.3)
mini_portile (0.6.0)
minitest (5.3.4)
minitest (5.4.0)
multi_json (1.10.1)
multi_test (0.1.1)
nokogiri (1.6.2.1)
netrc (0.7.7)
nokogiri (1.6.3)
mini_portile (= 0.6.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
pry (0.10.0)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.2)
rack-google-analytics (1.1.0)
Expand All @@ -101,27 +102,28 @@ GEM
rack (>= 1.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
relish (0.7)
archive-tar-minitar (>= 0.5.2)
json (>= 1.4.6)
rest-client (>= 1.6.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.0)
rspec-core (3.0.2)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.0)
rspec-expectations (3.0.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.0)
rspec-mocks (3.0.2)
rspec-support (~> 3.0.0)
rspec-support (3.0.0)
simplecov (0.8.2)
rspec-support (3.0.2)
simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
Expand All @@ -130,7 +132,7 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slop (3.5.0)
slop (3.6.0)
templater (1.0.0)
diff-lcs (>= 1.1.2)
extlib (>= 0.9.5)
Expand Down

0 comments on commit 0441baa

Please sign in to comment.