Skip to content

Commit ae7d0ea

Browse files
committed
Merge branch 'master' of github.com:travis-ci/travis-api into epic-pricing-rc
2 parents 8dffca8 + c36bb78 commit ae7d0ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+550
-199
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: ruby
22

33
import:
44
- travis-ci/build-configs:db-setup.yml@epic-pricing
5+
- travis-ci/build-configs:db-setup.yml@bionic
56

67
rvm: 2.6.5
78

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ gem 'simple_states', '1.0.2'
2222

2323
gem 'active_model_serializers'
2424
gem 'unicorn'
25-
gem 'sentry-raven'
25+
gem 'sentry-raven', '~> 2.11.3'
2626
gem 'yard-sinatra', git: 'https://github.com/rkh/yard-sinatra'
27+
gem 'rack', '>= 2.1.4'
2728
gem 'rack-contrib'
2829
gem 'rack-cache', git: 'https://github.com/rtomayko/rack-cache'
2930
gem 'rack-attack', '~> 5.0'
@@ -88,11 +89,11 @@ group :test do
8889
gem 'webmock'
8990
gem 'hashdiff'
9091
gem 'pry-byebug'
92+
gem 'rack-test'
9193
end
9294

9395
group :development do
9496
gem 'foreman'
9597
gem 'rerun'
9698
gem 'rb-fsevent', '~> 0.9.1'
9799
end
98-

0 commit comments

Comments
 (0)