Update rbenv_ruby to 2.1.5 for deployments. Bump puma webserver version.

This commit is contained in:
Luke Barratt 2015-04-07 21:19:25 +01:00
parent 654eb07f38
commit 7ec4af9d1b
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ gem 'dotenv-rails', '~> 0.10.0'
gem 'rails', '~> 3.2.19'
gem 'mysql2', '~> 0.3.15'
gem 'dalli', '~> 2.7.0'
gem 'puma', '~> 2.9.1'
gem 'puma', '~> 2.11.1'
gem 'exceptional', '~> 2.0.33'
gem 'oj', '~> 2.5.5'

View file

@ -162,7 +162,7 @@ GEM
pry-byebug (1.3.2)
byebug (~> 2.7)
pry (~> 0.9.12)
puma (2.9.1)
puma (2.11.1)
rack (>= 1.1, < 2.0)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
@ -292,7 +292,7 @@ DEPENDENCIES
oj (~> 2.5.5)
poltergeist (~> 1.5.0)
pry-byebug (~> 1.3.2)
puma (~> 2.9.1)
puma (~> 2.11.1)
quiet_assets (~> 1.0.2)
rails (~> 3.2.19)
rails_autolink (~> 1.1.5)

View file

@ -9,7 +9,7 @@ set :repo_url, 'https://github.com/ENSL/ensl.org.git'
set :keep_releases, 10
set :rbenv_type, :user
set :rbenv_ruby, '2.1.3'
set :rbenv_ruby, '2.1.5'
set :bundle_flags, '--quiet'
set :dotenv_role, [:app, :web]