diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -53,6 +53,7 @@ group :test do gem 'coveralls', :require => false # Using webrat because the preferred (capybara) doesn't work out of the box with rspec 1 gem 'webrat' + gem 'launchy' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 4f868cb6f..45d4b6547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,7 @@ GIT GEM remote: http://rubygems.org/ specs: + addressable (2.3.3) annotate (2.5.0) rake archive-tar-minitar (0.5.2) @@ -67,6 +68,8 @@ GEM rake (>= 0.8, < 11.0) i18n (0.6.4) json (1.7.7) + launchy (2.2.0) + addressable (~> 2.3) levenshtein (0.2.2) linecache (0.46) rbx-require-relative (> 0.0.4) @@ -194,6 +197,7 @@ DEPENDENCIES gettext (~> 2.3.3) gettext_i18n_rails (>= 0.7.1) json + launchy locale (>= 2.0.5) mahoro mail (~> 2.4.4) |