Add launchy
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user