Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem 'uglifier', '~> 3.2.0'
gem 'rspec-mocks', '3.6.0'
gem 'newrelic_rpm', '4.1.0.333'

gem 'lograge', '0.5.1'
gem 'lograge', '0.9.0'
gem 'logstash-event', '1.2.02'
gem 'coveralls', '0.8.21', require: false
gem 'rubyzip', '1.2.1'
Expand Down
29 changes: 17 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ GEM
term-ansicolor (~> 1.3)
thor (~> 0.19.4)
tins (~> 1.6)
crass (1.0.3)
daemons (1.2.3)
deprecation (0.2.2)
activesupport
Expand Down Expand Up @@ -173,7 +174,7 @@ GEM
hydra-access-controls (= 6.5.2)
hydra-core (= 6.5.2)
rails (>= 3.2.6)
i18n (0.8.1)
i18n (0.8.6)
jettywrapper (2.0.3)
activesupport (>= 3.0.0)
childprocess
Expand All @@ -193,12 +194,14 @@ GEM
addressable (~> 2.3)
libv8 (3.16.14.19)
logger (1.2.8)
lograge (0.5.1)
actionpack (>= 4, < 5.2)
activesupport (>= 4, < 5.2)
railties (>= 4, < 5.2)
lograge (0.9.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
logstash-event (1.2.02)
loofah (2.0.3)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0.rc1)
mini_mime (>= 0.1.1)
Expand All @@ -210,7 +213,7 @@ GEM
mime-types (2.99.3)
mini_mime (0.1.3)
mini_portile2 (2.3.0)
minitest (5.10.2)
minitest (5.10.3)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
Expand Down Expand Up @@ -260,7 +263,7 @@ GEM
nokogiri (~> 1.6)
rails (>= 4.2.0, < 6.0)
rdf
rack (1.6.8)
rack (1.6.9)
rack-dev-mark (0.7.5)
rack (>= 1.1)
rack-test (0.6.3)
Expand All @@ -278,8 +281,8 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8)
activesupport (>= 4.2.0.beta, < 5.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
Expand All @@ -302,6 +305,8 @@ GEM
rdf-xsd (1.1.2)
rdf (~> 1.1)
ref (2.0.0)
request_store (1.4.1)
rack (>= 1.4)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
Expand Down Expand Up @@ -409,7 +414,7 @@ GEM
thread_safe (0.3.6)
tilt (1.4.1)
tins (1.13.3)
tzinfo (1.2.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uber (0.0.15)
uglifier (3.2.0)
Expand Down Expand Up @@ -456,7 +461,7 @@ DEPENDENCIES
jquery-rails (~> 4.3.1)
kaminari (~> 0.15.1)
launchy (~> 2.4.3)
lograge (= 0.5.1)
lograge (= 0.9.0)
logstash-event (= 1.2.02)
minitest (~> 5.10.2)
newrelic_rpm (= 4.1.0.333)
Expand Down