aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 46e859648..28bc92f33 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,8 +52,8 @@ 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'
- gem 'launchy', '~> 0.4'
+ gem 'webrat', :git => 'https://github.com/brynary/webrat'
+ gem 'launchy'
end
group :development do