Skip to content

Commit

Permalink
bumping some dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Jan 17, 2013
1 parent 6137ad5 commit 573dd3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -28,7 +28,7 @@ end
group :test do group :test do
gem "mocha", "0.12.6", require: false gem "mocha", "0.12.6", require: false
gem "shoulda", "~> 3.3.2" gem "shoulda", "~> 3.3.2"
gem "webmock", "1.8.11" gem "webmock", "1.9.0"
gem 'capybara', '1.1.2' gem 'capybara', '1.1.2'
gem 'poltergeist', '0.7.0' gem 'poltergeist', '0.7.0'
gem 'cucumber-rails', '1.3.0', :require => false gem 'cucumber-rails', '1.3.0', :require => false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -154,7 +154,7 @@ GEM
http_parser.rb (~> 0.5.3) http_parser.rb (~> 0.5.3)
multi_json (~> 1.0) multi_json (~> 1.0)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.4.3) rack (1.4.4)
rack-accept (0.4.5) rack-accept (0.4.5)
rack (>= 0.4) rack (>= 0.4)
rack-cache (1.2) rack-cache (1.2)
Expand Down Expand Up @@ -183,8 +183,8 @@ GEM
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
rubyzip (0.9.9) rubyzip (0.9.9)
sass (3.2.1) sass (3.2.5)
sass-rails (3.2.5) sass-rails (3.2.6)
railties (~> 3.2.0) railties (~> 3.2.0)
sass (>= 3.1.10) sass (>= 3.1.10)
tilt (~> 1.3) tilt (~> 1.3)
Expand All @@ -196,7 +196,7 @@ GEM
shoulda (3.3.2) shoulda (3.3.2)
shoulda-context (~> 1.0.1) shoulda-context (~> 1.0.1)
shoulda-matchers (~> 1.4.1) shoulda-matchers (~> 1.4.1)
shoulda-context (1.0.1) shoulda-context (1.0.2)
shoulda-matchers (1.4.1) shoulda-matchers (1.4.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sprockets (2.2.2) sprockets (2.2.2)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
timeliness (~> 0.3.6) timeliness (~> 0.3.6)
warden (1.2.1) warden (1.2.1)
rack (>= 1.0) rack (>= 1.0)
webmock (1.8.11) webmock (1.9.0)
addressable (>= 2.2.7) addressable (>= 2.2.7)
crack (>= 0.1.7) crack (>= 0.1.7)
xml-simple (1.1.1) xml-simple (1.1.1)
Expand Down Expand Up @@ -264,4 +264,4 @@ DEPENDENCIES
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
unicorn (= 4.3.1) unicorn (= 4.3.1)
validates_timeliness (= 3.0.14) validates_timeliness (= 3.0.14)
webmock (= 1.8.11) webmock (= 1.9.0)

0 comments on commit 573dd3c

Please sign in to comment.