forked from jfirebaugh/konacha
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore changes from /jfirebaugh/pull/233
- Loading branch information
1 parent
cc2a061
commit 451bcb4
Showing
4 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
sudo: false | ||
language: ruby | ||
rvm: | ||
- 2.2.0 | ||
- 2.4.0 | ||
- 2.3.3 | ||
- 2.2.6 | ||
gemfile: | ||
- Gemfile | ||
- Gemfile-sprockets2-sprocketsrails2 | ||
- Gemfile-sprockets3-sprocketsrails2 | ||
- Gemfile-rails41 | ||
- Gemfile-rails42 | ||
before_script: | ||
- sh -e /etc/init.d/xvfb start | ||
- export DISPLAY=:99.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
source 'https://rubygems.org' | ||
gemspec | ||
|
||
gem "railties", "~> 4.2.0" | ||
gem "rails", "~> 5.0", ">= 5.0.1" | ||
gem "sprockets-rails" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source 'https://rubygems.org' | ||
gemspec | ||
|
||
gem "railties", "~> 4.2.0" | ||
gem "sprockets-rails" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters