Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Update Rails and other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Mar 19, 2016
1 parent 7c6a405 commit e1d8d9b
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 130 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'rails_autolink'
gem 'responders'
gem 'sanitize'
gem 'sass-rails'
gem 'sucker_punch'
gem 'sucker_punch', '~> 1.5.1' # 2.0.x doesn't appear to be compatible with ActiveJob
gem 'thin'
gem 'truncate_html'
gem 'tzinfo-data'
Expand All @@ -54,7 +54,7 @@ gem 'dossier'

group :test do
gem 'factory_girl_rails'
gem 'shoulda-matchers', require: false
gem 'shoulda-matchers', '~> 2.8.0', require: false # I can't get 3.x to work (will try again later)
gem 'test_after_commit'
gem 'webmock'
end
Expand Down
Loading

0 comments on commit e1d8d9b

Please sign in to comment.