Skip to content

Commit

Permalink
Downgrade launchy to avoid deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Mar 14, 2013
1 parent 7004797 commit ecc388c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +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'
gem 'launchy', '~> 0.4'
end

group :development do
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ GIT
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.3)
annotate (2.5.0)
rake
archive-tar-minitar (0.5.2)
Expand All @@ -43,6 +42,7 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
configuration (1.3.2)
coveralls (0.6.2)
colorize
multi_json (~> 1.3)
Expand All @@ -68,8 +68,9 @@ GEM
rake (>= 0.8, < 11.0)
i18n (0.6.4)
json (1.7.7)
launchy (2.2.0)
addressable (~> 2.3)
launchy (0.4.0)
configuration (>= 0.0.5)
rake (>= 0.8.1)
levenshtein (0.2.2)
linecache (0.46)
rbx-require-relative (> 0.0.4)
Expand Down Expand Up @@ -197,7 +198,7 @@ DEPENDENCIES
gettext (~> 2.3.3)
gettext_i18n_rails (>= 0.7.1)
json
launchy
launchy (~> 0.4)
locale (>= 2.0.5)
mahoro
mail (~> 2.4.4)
Expand Down

0 comments on commit ecc388c

Please sign in to comment.