Skip to content

Commit

Permalink
Add rest-client to Gemfile, as it doesn't seem to get picked up from …
Browse files Browse the repository at this point in the history
…gemspec.
  • Loading branch information
gkellogg committed Jun 10, 2015
1 parent a681c3f commit 0043617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -13,6 +13,8 @@ gem 'rdf-microdata', git: "git://github.com/ruby-rdf/rdf-microdata.git", branch
gem 'rdf-reasoner', git: "git://github.com/ruby-rdf/rdf-reasoner.git", branch: "develop"
gem 'json-ld', git: "git://github.com/ruby-rdf/json-ld.git", branch: "develop"
gem 'jsonlint', git: "git://github.com/dougbarth/jsonlint.git"
gem 'rest-client', '~> 1.8'
gem 'rest-client-components', '~> 1.4'

group :development, :test do
gem 'rake'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Expand Up @@ -27,7 +27,7 @@ GIT

GIT
remote: git://github.com/ruby-rdf/rdf-rdfa.git
revision: f15a657d23d7d165c3406d8afa0c3405be9fd24a
revision: 6b818eec404ac31555e9323ed1dfa0160239a502
branch: develop
specs:
rdf-rdfa (1.1.6)
Expand Down Expand Up @@ -59,7 +59,7 @@ GIT
PATH
remote: .
specs:
linter (2.2.5)
linter (2.2.6)
activesupport (~> 4.0)
equivalent-xml
erubis (~> 2.7)
Expand Down Expand Up @@ -283,6 +283,8 @@ DEPENDENCIES
rdf-microdata!
rdf-rdfa!
rdf-reasoner!
rest-client (~> 1.8)
rest-client-components (~> 1.4)
rspec (~> 3.0)
rspec-its (~> 1.0)
shotgun (~> 0.9)
Expand Down

0 comments on commit 0043617

Please sign in to comment.