Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Bump Rails to 3.2.21. Bump other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Nov 21, 2014
1 parent ff772d1 commit b5060ce
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 83 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"
source "https://rails-assets.org"

gem "rails", "~> 3.2.19"
gem "rails", "~> 3.2.21"

# Rails app server
gem "puma", "~> 2.9.0"

# Error notification service (optional)
gem "rollbar", "~> 1.1.0", :require => false
gem "rollbar", "~> 1.2.9", :require => false

# Environment specific configuration
gem "dotenv-rails", "~> 1.0.1"
Expand Down
Loading

0 comments on commit b5060ce

Please sign in to comment.