Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Added foreman gem to Gemfile for :test, :development.
Browse files Browse the repository at this point in the history
  • Loading branch information
armcburney committed Aug 12, 2018
1 parent e42a223 commit 1bfd367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -77,6 +77,7 @@ gem "git", git: "https://github.com/fastlane/ruby-git", require: false # Interac

group :test, :development do
gem "coveralls"
gem "foreman"
gem "grpc-tools"
gem "overcommit"
gem "pry"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -145,6 +145,8 @@ GEM
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.25)
foreman (0.85.0)
thor (~> 0.19.1)
fugit (1.1.1)
et-orbi (~> 1.1, >= 1.1.1)
raabro (~> 1.1)
Expand Down Expand Up @@ -366,6 +368,7 @@ DEPENDENCIES
fastfile-parser!
fastlane!
faye-websocket (>= 0.10.7, < 1.0.0)
foreman
git!
google-cloud-storage!
grpc (>= 1.11.0, < 2.0.0)
Expand Down

0 comments on commit 1bfd367

Please sign in to comment.