Skip to content

Commit

Permalink
Restore branch specifier to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jul 18, 2022
1 parent 0a6b9f5 commit 8196bf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ group :development do
end

# NCBO gems (can be from a local dev path or from rubygems/git)
gem 'goo', github: 'ncbo/goo', branch: 'develop'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'
gem 'goo', github: 'ncbo/goo', branch: 'master'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/ncbo/goo.git
revision: b7874b1fd4a3e067a8370543c153cc261e9021f6
branch: develop
revision: fd7d45cb862c5c2c1833b64a5c8c14154384edc2
branch: master
specs:
goo (0.0.2)
addressable (~> 2.8)
Expand All @@ -16,7 +16,7 @@ GIT
GIT
remote: https://github.com/ncbo/sparql-client.git
revision: fb4a89b420f8eb6dda5190a126b6c62e32c4c0c9
branch: develop
branch: master
specs:
sparql-client (1.0.1)
json_pure (>= 1.4)
Expand Down

0 comments on commit 8196bf3

Please sign in to comment.