-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to ruby 2.4 and sinatra 2.0.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM ruby:2.3 | ||
FROM ruby:2.4 | ||
|
||
MAINTAINER Alexandre Buisine <[email protected]> | ||
LABEL version="2.2.0" | ||
LABEL maintainer="Alexandre Buisine <[email protected]>" | ||
LABEL version="2.4.0" | ||
|
||
ENV BASE_URL="/resque_web" | ||
|
||
|
@@ -16,7 +16,7 @@ RUN gem install rails --no-ri --no-rdoc \ | |
&& cd / \ | ||
&& rails new resque-scheduler-web \ | ||
&& cd resque-scheduler-web \ | ||
&& echo "gem 'sinatra', '2.0.0.beta2'" >> Gemfile \ | ||
&& echo "gem 'sinatra'" >> Gemfile \ | ||
&& echo "gem 'resque'" >> Gemfile \ | ||
&& echo "gem 'resque-scheduler'" >> Gemfile \ | ||
&& echo "gem 'resque-web', require: 'resque_web'" >> Gemfile \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters