Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cbfbb09..1f906cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -43,7 +43,7 @@ group :test do
gem "factory_girl", "~> 1.3.0"
gem "shoulda", "~> 2.9.1"
gem "tuxml", "0.0.1"
- gem "rots", :git => 'https://github.com/roman/rots.git'
+ gem "rots", "~> 0.2.1"
gem "capybara", "1.0.1"
gem "launchy", "2.0.5" # used only for Capybara's save_and_open_page for launching the browser
end