From 27cdcb60e80e4768787e62b140dcc627857c7010 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Wed, 14 Oct 2015 08:46:47 -0300 Subject: [PATCH] updating gemfile --- Gemfile.lock | 51 ++++++++++++++++++++++++++++++++++++++++++++------- plugins/virtuoso/Gemfile | 2 +- 2 files changed, 45 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a7e88f7..63ff3ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GIT GEM remote: https://rubygems.org/ + remote: https://rubygems.org/ specs: RedCloth (4.2.9) actionmailer (3.2.22) @@ -39,7 +40,11 @@ GEM multi_json (~> 1.0) acts-as-taggable-on (3.4.4) activerecord (>= 3.2, < 5) + addressable (2.3.8) api-pagination (4.1.1) + api_smith (1.3.0) + hashie (>= 1.0, < 3.0) + httparty arel (3.0.3) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) @@ -57,6 +62,8 @@ GEM chronic (0.10.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) + css_parser (1.3.7) + addressable cucumber (1.0.6) builder (>= 2.1.2) diff-lcs (>= 1.1.2) @@ -82,6 +89,10 @@ GEM actionmailer (>= 3.0.4) activesupport (>= 3.0.4) execjs (2.6.0) + faraday (0.9.1) + multipart-post (>= 1.2, < 3) + faraday_middleware (0.10.0) + faraday (>= 0.7.4, < 0.10) fast_gettext (0.6.12) ffi (1.9.10) gettext (2.2.1) @@ -89,7 +100,7 @@ GEM gherkin (2.4.21) json (>= 1.4.6) git-version-bump (0.15.1) - grape (0.12.0) + grape (0.13.0) activesupport builder hashie (>= 2.1.0) @@ -99,21 +110,25 @@ GEM rack-accept rack-mount virtus (>= 1.0.0) - grape-entity (0.4.7) + grape-entity (0.4.8) activesupport multi_json (>= 1.3.2) grape-swagger (0.10.2) grape (>= 0.8.0) grape-entity - hashie (3.4.2) + hashie (2.1.2) hike (1.2.3) + httparty (0.12.0) + json (~> 1.8) + multi_xml (>= 0.5.2) i18n (0.7.0) ice_nine (0.11.1) journey (1.0.4) json (1.8.3) kgio (2.10.0) - kramdown (1.8.0) + kramdown (1.9.0) libv8 (3.16.14.11) + link_header (0.0.8) liquid (3.0.6) locale (2.0.9) magic (0.2.9) @@ -128,13 +143,18 @@ GEM metaclass (~> 0.0.1) multi_json (1.11.2) multi_xml (0.5.5) + multipart-post (2.0.0) nokogiri (1.5.11) + oai (0.3.1) + builder (>= 2.0.0) + faraday + faraday_middleware pg (0.13.2) polyglot (0.3.5) rack (1.4.7) rack-accept (0.4.5) rack (>= 0.4) - rack-cache (1.2) + rack-cache (1.5.0) rack (>= 0.4) rack-contrib (1.4.0) git-version-bump (~> 0.15) @@ -165,12 +185,24 @@ GEM thor (>= 0.14.6, < 2.0) raindrops (0.15.0) rake (10.4.2) + rdf (1.1.17.1) + link_header (~> 0.0, >= 0.0.8) + rdf-virtuoso (0.1.6) + api_smith (~> 1.3.0) + httparty (~> 0.12.0) + rdf (~> 1.1.0) rdoc (3.12.2) json (~> 1.4) ref (2.0.0) rest-client (1.6.9) mime-types (~> 1.16) rmagick (2.13.4) + roadie (3.1.0.rc1) + css_parser (~> 1.3.4) + nokogiri (>= 1.5.0, < 1.7.0) + roadie-rails (1.0.6) + railties (>= 3.0, < 4.3) + roadie (~> 3.0) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) @@ -190,7 +222,7 @@ GEM ruby-feedparser (0.9.3) magic rubyzip (1.1.7) - sass (3.4.18) + sass (3.4.19) sass-rails (3.2.6) railties (~> 3.2.0) sass (>= 3.1.10) @@ -218,7 +250,7 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.44) + tzinfo (0.3.45) uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) @@ -266,14 +298,19 @@ DEPENDENCIES minitest (~> 3.2.0) mocha (~> 1.1.0) nokogiri (~> 1.5.5) + oai (= 0.3.1) pg (~> 0.13.2) rack-contrib rack-cors rails (~> 3.2.22) rails_autolink (~> 1.1.5) rake + rdf + rdf-virtuoso rest-client (~> 1.6.7) rmagick (~> 2.13.1) + roadie + roadie-rails rspec (~> 2.14.0) rspec-rails (~> 2.14.1) ruby-feedparser (~> 0.7) diff --git a/plugins/virtuoso/Gemfile b/plugins/virtuoso/Gemfile index b1b9d93..de4b5cf 100644 --- a/plugins/virtuoso/Gemfile +++ b/plugins/virtuoso/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rdf' gem 'rdf-virtuoso' -gem 'oai' +gem 'oai', '0.3.1' gem 'liquid', '~> 3.0.3' gem 'roadie' gem 'roadie-rails' -- libgit2 0.21.2