-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #388 from DefactoSoftware/marcel/cve-activerecord
[ready] update active record due cve
- Loading branch information
Showing
4 changed files
with
49 additions
and
44 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 +1 @@ | ||
2.3.0 | ||
2.3.1 |
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,11 +1,11 @@ | ||
rvm: | ||
- 2.3.0 | ||
- 2.3.1 | ||
bundler_args: "--without debug development" | ||
cache: bundler | ||
before_script: | ||
- cp .sample.env .env | ||
- export SECRET_KEY_BASE="$(bundle exec rake secret)" | ||
- cp config/database.travis.yml config/database.yml | ||
- psql -c 'create database hours_test' -U postgres | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
env: SECRET_KEY_BASE="$(bundle exec rake secret)" |
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,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
ruby "2.3.0" | ||
ruby "2.3.1" | ||
|
||
gem "airbrake" | ||
gem "bourbon" | ||
|
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