Skip to content

Commit

Permalink
Merge pull request #163 from ncbo/develop
Browse files Browse the repository at this point in the history
Develop -> Master merge, Release v5.34.0
  • Loading branch information
alexskr authored Mar 7, 2025
2 parents 39f67ab + c3f9a7f commit 51d1eec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.1.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "activesupport"
gem "cube-ruby", require: "cube"
gem "rake"
gem "uuid"
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master'
gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'develop'


group :test do
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/ncbo/sparql-client.git
revision: e89c26aa96f184dbe9b52d51e04fb3d9ba998dbc
branch: master
revision: 1657f0dd69fd4b522d3549a6848670175f5e98cc
branch: develop
specs:
sparql-client (1.0.1)
json_pure (>= 1.4)
Expand Down Expand Up @@ -36,47 +36,47 @@ GEM
base64 (0.2.0)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
cube-ruby (0.0.3)
daemons (1.4.1)
docile (1.4.1)
domain_name (0.6.20240107)
eventmachine (1.2.7)
faraday (2.12.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.8.2)
json (2.10.1)
json_pure (2.8.1)
logger (1.6.1)
logger (1.6.6)
macaddr (1.7.2)
systemu (~> 2.6.5)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mime-types-data (3.2025.0304)
minitest (4.7.5)
multi_json (1.15.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-http (0.5.0)
net-http (0.6.0)
uri
net-http-persistent (2.9.4)
netrc (0.11.0)
pry (0.14.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
rack (2.2.10)
rack (2.2.12)
rack-accept (0.4.5)
rack (>= 0.4)
rack-post-body-to-params (0.1.8)
Expand All @@ -87,9 +87,9 @@ GEM
rake (13.2.1)
rdf (1.0.8)
addressable (>= 2.2)
redis (5.3.0)
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.24.0)
connection_pool
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -98,7 +98,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rexml (3.4.1)
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
Expand All @@ -123,9 +123,9 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.4.0)
tilt (2.6.0)
tzinfo (0.3.62)
uri (1.0.2)
uri (1.0.3)
uuid (2.3.9)
macaddr (~> 1.0)

Expand Down Expand Up @@ -153,4 +153,4 @@ DEPENDENCIES
uuid

BUNDLED WITH
2.5.20
2.3.27

0 comments on commit 51d1eec

Please sign in to comment.