Move most jasmine global usage into boot.
- thor build scripts broken for now.
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -1,11 +1,12 @@
|
||||
source :rubygems
|
||||
gem "rake"
|
||||
gem "jasmine", git: 'https://github.com/pivotal/jasmine-gem.git'
|
||||
#gem "jasmine", git: 'https://github.com/pivotal/jasmine-gem.git'
|
||||
gem "jasmine", path: '~/workspace/jasmine-gem'
|
||||
|
||||
unless ENV["TRAVIS"]
|
||||
group :debug do
|
||||
gem 'debugger'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
gemspec
|
||||
|
||||
Reference in New Issue
Block a user