Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Add sprocket 4 profile
Browse files Browse the repository at this point in the history
This is effectively a failing test for #195
  • Loading branch information
searls committed Jul 11, 2016
1 parent 4740103 commit 7f351ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gemfile:
- gemfiles/rails-4.0-jasmine-2
- gemfiles/rails-4.1
- gemfiles/rails-5.0
- gemfiles/rails-5-sprockets-4

sudo: false
before_install:
Expand All @@ -20,6 +21,8 @@ matrix:
exclude:
- rvm: 2.0
gemfile: gemfiles/rails-5.0
- rvm: 2.0
gemfile: gemfiles/rails-5-sprockets-4
- rvm: 2.3.0
gemfile: gemfiles/rails-3.2
- rvm: 2.3.0
Expand Down
23 changes: 23 additions & 0 deletions gemfiles/rails-5-sprockets-4
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
source 'https://rubygems.org'

gemspec path: File.expand_path('..', File.dirname(__FILE__))

gem 'rails', '~> 5.0.0'
gem 'sprockets', '4.0.0.beta2'
gem 'coffee-rails'

gem 'jquery-rails'
gem 'sqlite3'

gem 'jasmine-core'

group :development do
gem 'listen'
end

group :test do
gem 'rspec-rails'
gem 'capybara'
gem 'poltergeist'
gem 'pry'
end

0 comments on commit 7f351ad

Please sign in to comment.