mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:29:54 +01:00
remove version dependency on Rollbar gem
This commit is contained in:
parent
9f8c43f8a4
commit
8bccd4bd88
2 changed files with 5 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -68,7 +68,7 @@ gem 'redis'
|
|||
|
||||
gem 'fake_email_validator'
|
||||
|
||||
gem 'rollbar', '~> 1.5.3'
|
||||
gem 'rollbar'
|
||||
|
||||
group :development do
|
||||
# require spring 1.3.5 since shit's on fire on my local instance with 1.3.4 (Gem::LoadError)
|
||||
|
|
|
@ -531,7 +531,7 @@ DEPENDENCIES
|
|||
rake
|
||||
redcarpet
|
||||
redis
|
||||
rollbar (~> 1.5.3)
|
||||
rollbar
|
||||
rspec-rails (~> 3.0.0)
|
||||
ruby-progressbar
|
||||
sanitize
|
||||
|
@ -554,3 +554,6 @@ DEPENDENCIES
|
|||
web-console
|
||||
will_paginate
|
||||
will_paginate-bootstrap
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
|
|
Loading…
Reference in a new issue