Skip to content

Commit

Permalink
Upgrading Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
Rio517 committed Jul 22, 2016
1 parent bed99db commit df8d8a6
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 141 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
ruby '2.2.4'

gem 'rails', '4.2.0'
gem 'rails', '4.2.7'
gem 'pg'
gem 'redis'
gem 'redis-objects'
Expand Down Expand Up @@ -44,7 +44,6 @@ gem 'stripe'

group :development, :test do
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'spring'
gem 'spring-commands-rspec'
gem 'dotenv-rails'
Expand All @@ -53,6 +52,7 @@ group :development, :test do
end

group :development do
gem 'web-console', '~> 2.0'
gem 'annotate', '>=2.6.0'
gem 'rack-mini-profiler'
gem 'bullet'
Expand Down
Loading

0 comments on commit df8d8a6

Please sign in to comment.