Skip to content

Commit

Permalink
162: upgrade ruby to 2.4.7. Upgrade rails to 4.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevallano committed Sep 2, 2019
1 parent b8682dd commit 1c8806d
Show file tree
Hide file tree
Showing 17 changed files with 1,096 additions and 1,774 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
ruby-2.2.2
ruby-2.4.7
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@

language: ruby
rvm:
- 2.2.2
- 2.4.7
services:
- postgresql
- xvfb
Expand Down
11 changes: 7 additions & 4 deletions Gemfile
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

ruby '2.2.2'
ruby '2.4.7'
gem 'puma'
gem 'rails', '4.2.3'
gem 'pg'
gem 'rails', '4.2.10'
gem 'pg', '~> 0.18'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
Expand All @@ -23,6 +23,10 @@ gem 'rack-mini-profiler'
gem 'stamp'
gem 'sentry-raven'

group :development do
gem 'web-console', '~> 2.0'
end

group :development, :test do
gem 'pry'
gem 'ffaker'
Expand All @@ -37,7 +41,6 @@ group :development, :test do
gem 'guard-rspec', require: false
gem 'terminal-notifier-guard'
gem 'spring-commands-rspec'
gem 'web-console', '~> 2.0'
gem 'spring'
end

Expand Down

0 comments on commit 1c8806d

Please sign in to comment.