Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '4.2.0'
gem 'rails', '4.2.8'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand Down Expand Up @@ -63,10 +63,8 @@ group :mysql do
gem 'mysql2', :require => false
end

group :postgres do
# adapter: postgresql
gem 'pg', :require => false
end
# adapter: postgresql
gem 'pg', '~> 0.18', :require => false

group :sqlite do
# adapter: sqlite3
Expand Down
Loading