File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ rvm: 2.5.8
66services :
77 - redis
88
9- addons :
10- snaps :
11- - name : docker
12- channel : latest/beta
13-
149env :
1510 global :
1611 - PATH=/snap/bin:$PATH
2419 - stage : " rspec"
2520 script : bundle exec rspec spec
2621 - stage : " :ship: it"
22+ addons :
23+ snaps :
24+ - name : docker
25+ channel : latest/beta
2726 script : make ship
2827 if : (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem 'redis-namespace'
1010
1111gem 'puma'
1212gem 'sinatra' , '~> 2.0.3'
13- gem 'rake' , '~> 0.9.2.2 '
13+ gem 'rake' , '~> 12.3.3 '
1414
1515gem 'sentry-raven'
1616
Original file line number Diff line number Diff line change 4949 pry (0.11.3 )
5050 coderay (~> 1.1.0 )
5151 method_source (~> 0.9.0 )
52- puma (3.12.2 )
52+ puma (3.12.6 )
5353 rack (2.0.8 )
5454 rack-protection (2.0.3 )
5555 rack
5656 rack-test (1.0.0 )
5757 rack (>= 1.0 , < 3 )
58- rake (0.9.2.2 )
58+ rake (12.3.3 )
5959 redis (3.3.5 )
6060 redis-namespace (1.6.0 )
6161 redis (>= 3.0.4 )
@@ -99,7 +99,7 @@ DEPENDENCIES
9999 pry
100100 puma
101101 rack-test
102- rake (~> 0.9.2.2 )
102+ rake (~> 12.3.3 )
103103 redis-namespace
104104 rspec (~> 2.9 )
105105 sentry-raven
You can’t perform that action at this time.
0 commit comments