Skip to content

Commit

Permalink
update to Runy 2.3.1 amd Rails 4.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Oct 6, 2016
1 parent 9d9c626 commit 71820a5
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.3.1
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.2.3'
gem 'rails', '4.2.5'
ruby '2.3.1'
gem 'rails', '4.2.7.1'
gem 'sqlite3'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
Expand All @@ -23,7 +23,6 @@ gem 'stripe'
gem 'sucker_punch'
group :development do
gem 'better_errors'
gem 'quiet_assets'
gem 'rails_layout'
gem 'spring-commands-rspec'
end
Expand Down
Loading

0 comments on commit 71820a5

Please sign in to comment.