Bump Ruby and puma versions

This commit is contained in:
Luke Barratt 2014-09-27 19:42:24 +01:00
parent 38e2da1bf3
commit 7804545c89
3 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
source 'http://rubygems.org'
ruby '2.1.2'
ruby '2.1.3'
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.0'
gem 'puma', '~> 2.9.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.0)
puma (2.9.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.0)
puma (~> 2.9.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.2'
set :rbenv_ruby, '2.1.3'
set :bundle_flags, '--quiet'
set :dotenv_role, [:app, :web]