Skip to content

Commit

Permalink
Update to rails 4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
studiospring committed Sep 23, 2015
1 parent b653c57 commit b51d9eb
Show file tree
Hide file tree
Showing 17 changed files with 245 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.2.2
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.2.0'
gem 'rails', github: 'rails/rails', branch: 'master'
ruby '2.2.2'
gem 'rails', '~>4.2'

gem 'pg', '0.17.1' #postgres
gem 'devise'
Expand All @@ -21,9 +21,9 @@ group :development, :test do
gem 'poltergeist' #headless driver for js testing
gem 'rails-footnotes', '>= 3.7.9'
gem 'factory_girl_rails'
gem 'guard-rspec', '4.2.4'
gem 'guard-rspec'
gem 'spork-rails', github: 'sporkrb/spork-rails'
gem 'guard-spork', '1.5.1'
gem 'guard-spork'
gem 'childprocess', '0.3.6'
gem 'capybara'
gem 'annotate', '>=2.5.0'
Expand Down
Loading

0 comments on commit b51d9eb

Please sign in to comment.