diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 18 |
2 files changed, 14 insertions, 8 deletions
@@ -5,7 +5,7 @@ if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.s DL::dlopen('/lib/libuuid.so.1') end end -source :rubygems +source 'https://rubygems.org' # A fork of rails that is kept up to date with security patches git "git://github.com/mysociety/rails.git", :tag => "v2.3.17.1" do @@ -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' + gem 'webrat', :git => 'https://github.com/brynary/webrat', :ref => 'bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a' gem 'launchy' end diff --git a/Gemfile.lock b/Gemfile.lock index 45d4b6547..c0e7532e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,8 +21,18 @@ GIT activesupport (= 2.3.17) rake (>= 0.8.3) +GIT + remote: https://github.com/brynary/webrat + revision: bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a + ref: bea5b313783eaaf17e38a05a4eaa8c45c1eedd2a + specs: + webrat (0.7.3) + nokogiri (>= 1.2.0) + rack (>= 1.0) + rack-test (>= 0.5.3) + GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: addressable (2.3.3) annotate (2.5.0) @@ -172,10 +182,6 @@ GEM polyglot polyglot (>= 0.3.1) vpim (0.695) - webrat (0.7.3) - nokogiri (>= 1.2.0) - rack (>= 1.0) - rack-test (>= 0.5.3) will_paginate (2.3.16) xapian-full-alaveteli (1.2.9.5) xml-simple (1.1.2) @@ -222,7 +228,7 @@ DEPENDENCIES syslog_protocol test-unit (~> 1.2.3) vpim - webrat + webrat! will_paginate (~> 2.3.11) xapian-full-alaveteli (~> 1.2.9.5) xml-simple |