Skip to content
Snippets Groups Projects
Commit b53d211d authored by Casey Faist's avatar Casey Faist
Browse files

add rake to gemfile

parent e5830fd5
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,7 @@ jobs: ...@@ -31,9 +31,7 @@ jobs:
services: docker services: docker
env: STACK=cedar-14 env: STACK=cedar-14
script: "./tests.sh" script: "./tests.sh"
- stage: Stack Tests - stage: Hatchet Integration
services: docker
env: STACK=heroku-16
script: "rspec" script: "rspec"
env: env:
global: global:
......
...@@ -2,4 +2,5 @@ source "https://rubygems.org" ...@@ -2,4 +2,5 @@ source "https://rubygems.org"
gem "rspec" gem "rspec"
gem "heroku_hatchet" gem "heroku_hatchet"
gem 'rspec-retry' gem "rspec-retry"
gem "rake"
...@@ -33,6 +33,7 @@ GEM ...@@ -33,6 +33,7 @@ GEM
platform-api (2.1.0) platform-api (2.1.0)
heroics (~> 0.0.23) heroics (~> 0.0.23)
moneta (~> 0.8.1) moneta (~> 0.8.1)
rake (12.3.1)
repl_runner (0.0.3) repl_runner (0.0.3)
activesupport activesupport
rrrretry (1.0.0) rrrretry (1.0.0)
...@@ -62,8 +63,9 @@ PLATFORMS ...@@ -62,8 +63,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
heroku_hatchet heroku_hatchet
rake
rspec rspec
rspec-retry rspec-retry
BUNDLED WITH BUNDLED WITH
1.16.2 1.16.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment