Skip to content

Commit

Permalink
[codeforamerica#13] Specify rollbar version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hale committed Aug 24, 2013
1 parent 032cf69 commit b03d804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'facets', :require => false # Some extra methods for ruby
gem 'seed_dump' # Adds a rake task which constructs a db/seeds.rb file based on the current database state. Super useful!
gem 'jquery-ui-rails' # Package jQuery for the Rails 3.1+ asset pipeline
gem 'ruby-prof', '~>0.12.2' # ruby profiler
gem 'rollbar' # SaaS to track exceptions
gem 'rollbar', '~> 0.10.11' # SaaS to track exceptions
## SEO
gem 'meta-tags', :require => 'meta_tags' # Search Engine Optimization (SEO) plugin for Ruby on Rails applications.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ DEPENDENCIES
progressbar
rails (= 3.2.14)
rails-erd
rollbar
rollbar (~> 0.10.11)
rspec-rails (>= 2.10.1)
ruby-prof (~> 0.12.2)
sass-rails (~> 3.2.5)
Expand Down

0 comments on commit b03d804

Please sign in to comment.