mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Upgrade Rollbar to latest version to fix the issue with rack
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -24,7 +24,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
|
|||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin.git'
|
gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin.git'
|
||||||
gem 'rollbar', '~> 2.5.0'
|
gem 'rollbar', '~> 2.14.0'
|
||||||
gem 'gcm'
|
gem 'gcm'
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
|
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ GEM
|
|||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
responders (2.1.0)
|
responders (2.1.0)
|
||||||
railties (>= 4.2.0, < 5)
|
railties (>= 4.2.0, < 5)
|
||||||
rollbar (2.5.2)
|
rollbar (2.14.0)
|
||||||
multi_json
|
multi_json
|
||||||
rspec-core (3.3.2)
|
rspec-core (3.3.2)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
@@ -270,7 +270,7 @@ DEPENDENCIES
|
|||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
pg
|
pg
|
||||||
rails (= 4.2.4)
|
rails (= 4.2.4)
|
||||||
rollbar (~> 2.5.0)
|
rollbar (~> 2.14.0)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails (~> 5.0)
|
sass-rails (~> 5.0)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
@@ -281,3 +281,6 @@ DEPENDENCIES
|
|||||||
turbolinks
|
turbolinks
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
web-console (~> 2.0)
|
web-console (~> 2.0)
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.13.7
|
||||||
|
|||||||
Reference in New Issue
Block a user