Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump foreman to 0.84.0 #438

Merged
merged 1 commit into from May 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'rake', '< 11.0'
gem 'rails', '~> 3.2.14'
gem 'dotenv-rails'

gem 'foreman', '< 0.65.0'
gem 'foreman', '< 0.84.0'
gem 'puma'

gem 'rack-google-analytics'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Expand Up @@ -101,9 +101,8 @@ GEM
execjs (2.6.0)
font-awesome-rails (4.4.0.0)
railties (>= 3.2, < 5.0)
foreman (0.64.0)
dotenv (~> 0.7.0)
thor (>= 0.13.6)
foreman (0.83.0)
thor (~> 0.19.1)
gibbon (1.2.1)
httparty
multi_json (>= 1.9.0)
Expand Down Expand Up @@ -229,7 +228,7 @@ GEM
statsd-ruby (1.0.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
thor (0.19.4)
tilt (1.4.1)
timecop (0.8.0)
tins (1.6.0)
Expand Down Expand Up @@ -259,7 +258,7 @@ DEPENDENCIES
coveralls
dotenv-rails
font-awesome-rails
foreman (< 0.65.0)
foreman (< 0.84.0)
gds-api-adapters!
gibbon (~> 1.2.1)
jbuilder
Expand Down