Skip to content

Commit

Permalink
Updating maremma and bolognese
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Aug 9, 2018
1 parent 46252a5 commit 2adc09c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'oj', '~> 2.18', '>= 2.18.1'
gem 'equivalent-xml', '~> 0.6.0'
gem 'nokogiri', '~> 1.8.1'
gem 'iso8601', '~> 0.9.0'
gem 'maremma', '~> 3.5'
gem 'maremma', '>= 4.1'
gem 'bolognese', '~> 0.9'
gem "dalli", "~> 2.7.6"
gem 'lograge', '~> 0.10.0'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
latex-decode (~> 0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bolognese (0.10.22)
bolognese (0.11.7)
activesupport (>= 4.2.5, < 6)
benchmark_methods (~> 0.7)
bibtex-ruby (~> 4.1)
Expand Down Expand Up @@ -101,12 +101,12 @@ GEM
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.7.1)
excon (0.45.4)
faraday (0.9.2)
excon (0.62.0)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday-encoding (0.0.4)
faraday
faraday_middleware (0.10.1)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.25)
gender_detector (0.1.2)
Expand All @@ -119,7 +119,7 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
htmlentities (4.3.4)
i18n (1.0.1)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
iso8601 (0.9.1)
json (1.8.6)
Expand Down Expand Up @@ -149,14 +149,14 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.2)
mimemagic (~> 0.3.2)
maremma (3.6.2)
maremma (4.1)
activesupport (>= 4.2.5, < 6)
addressable (>= 2.3.6)
builder (~> 3.2, >= 3.2.2)
excon (~> 0.45.0)
faraday (~> 0.9.2)
faraday-encoding (~> 0.0.1)
faraday_middleware (~> 0.10.0)
excon (~> 0.60)
faraday (~> 0.14)
faraday-encoding (~> 0.0.4)
faraday_middleware (~> 0.12.0)
multi_json (~> 1.12)
nokogiri (~> 1.8.1)
oj (>= 2.8.3)
Expand Down Expand Up @@ -273,7 +273,7 @@ GEM
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
trollop (2.1.2)
trollop (2.1.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode_utils (1.4.0)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
lograge (~> 0.10.0)
logstash-event (~> 1.2, >= 1.2.02)
logstash-logger (~> 0.26.1)
maremma (~> 3.5)
maremma (>= 4.1)
multi_json
nokogiri (~> 1.8.1)
oj (~> 2.18, >= 2.18.1)
Expand All @@ -322,4 +322,4 @@ DEPENDENCIES
webmock (~> 1.20.0)

BUNDLED WITH
1.16.1
1.16.2

0 comments on commit 2adc09c

Please sign in to comment.