Skip to content

Commit

Permalink
rollback jasmine changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed Apr 13, 2016
1 parent 2d70677 commit 8852e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wagn/lib/wagn/generators/wagn/templates/Gemfile
Expand Up @@ -23,7 +23,7 @@ end
group :test, :development do
gem 'rails-dev-tweaks'
gem 'jasmine'
gem 'jasmine-rails' #, :git=>"https://github.com/chuenlok/jasmine-rails.git"
gem 'jasmine-rails', :git=>"https://github.com/chuenlok/jasmine-rails.git"
gem 'jasmine-jquery-rails'
gem 'sprockets' # just so above works
<%- if spring_install? %>
Expand Down Expand Up @@ -107,9 +107,9 @@ group :development, :test do
gem 'pry-rescue'
# gem 'pry-stack_explorer'
gem 'jasmine'
gem 'jasmine-rails' #, :git=>"https://github.com/chuenlok/jasmine-rails.git"
gem 'jasmine-rails', :git=>"https://github.com/chuenlok/jasmine-rails.git"
gem 'jasmine-jquery-rails'
gem 'phantomjs' #, '1.9.7.1' #locked because 1.9.8.0 is breaking
gem 'phantomjs', '1.9.7.1' #locked because 1.9.8.0 is breaking
end
group :debug do
Expand Down

0 comments on commit 8852e15

Please sign in to comment.