diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-14 17:37:43 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-14 17:37:43 -0700 |
commit | bfaebf34425f327b0f0913088ef3dd489bb067d9 (patch) | |
tree | 07c0959de35926cefc61981279234d881f54d3cb | |
parent | e4828957f61c99a3f164cbfb68a7e7a800bebe97 (diff) |
Update to specific commit in webrat for launchy fix without other breaking changes.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -52,7 +52,7 @@ group :test do gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19 gem 'coveralls', :require => false # Using webrat because the preferred (capybara) doesn't work out of the box with rspec 1 - gem 'webrat', :git => 'https://github.com/brynary/webrat' + gem 'webrat', :git => 'https://github.com/brynary/webrat', :ref => 'bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a' gem 'launchy' end diff --git a/Gemfile.lock b/Gemfile.lock index 8754bd7b7..ab5a70044 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,9 +23,10 @@ GIT GIT remote: https://github.com/brynary/webrat - revision: e0d924ac8a4f015a5b509552928429d9e84f8105 + revision: bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a + ref: bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a specs: - webrat (0.7.5) + webrat (0.7.3) nokogiri (>= 1.2.0) rack (>= 1.0) rack-test (>= 0.5.3) |