diff --git a/Gemfile b/Gemfile index 6e4400d0..b1b6b218 100644 --- a/Gemfile +++ b/Gemfile @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index 6963dc67..7bd39195 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)