Add launchy

This commit is contained in:
2015-07-16 15:30:44 +02:00
parent 335c4852e7
commit 502759b982
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ group :test do
gem 'factory_girl_rails' gem 'factory_girl_rails'
gem 'capybara' gem 'capybara'
gem 'rspec-its' gem 'rspec-its'
gem 'launchy'
end end
group :development do group :development do
gem 'thin' gem 'thin'
+4
View File
@@ -85,6 +85,7 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.3.8)
arel (6.0.2) arel (6.0.2)
bcrypt (3.1.10) bcrypt (3.1.10)
bourbon (4.2.3) bourbon (4.2.3)
@@ -146,6 +147,8 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.3) json (1.8.3)
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.0.2) loofah (2.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.3) mail (2.6.3)
@@ -286,6 +289,7 @@ DEPENDENCIES
font-awesome-rails font-awesome-rails
foundation-rails foundation-rails
jquery-rails jquery-rails
launchy
orm_adapter! orm_adapter!
paperclip (>= 3.4, != 4.3.0) paperclip (>= 3.4, != 4.3.0)
pickadate-rails pickadate-rails