Skip to content

Commit

Permalink
Remove wirble from Gemfile, as dependency-ci objects that it has no l…
Browse files Browse the repository at this point in the history
…icense and it's not really neccessary.
  • Loading branch information
gkellogg committed Aug 13, 2016
1 parent e8d8c3b commit 88fddd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
rvm:
- 2.2.5
- 2.3.1
- jruby-9.0.5.0
- jruby-9.1.2.0
- rbx
cache: bundler
sudo: false
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ gemspec
gem 'rdf', github: "ruby-rdf/rdf", branch: "develop"
gem 'rdf-isomorphic', github: "ruby-rdf/rdf-isomorphic", branch: "develop"

group :development do
gem "wirble"
end

group :debug do
gem "byebug", platform: :mri
end
Expand Down

0 comments on commit 88fddd4

Please sign in to comment.