Skip to content

Commit

Permalink
use ruby 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Feb 13, 2025
1 parent bcce0ba commit 7c200f8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 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 @@ -107,7 +107,7 @@ gem 'flag-icons-rails', '~> 3.4'
gem 'iso-639', '~> 0.3.6'

# Custom API client
gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2.4.0'
gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2.5.0'

gem 'rexml', '~> 3'

Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/ncbo/ontologies_api_ruby_client.git
revision: f589b13dfbbc133ea67cbae1a8f92b41ea85c14b
tag: v2.4.0
revision: 694648f7b6dc6f17c150386c70f75fc2cc339e64
tag: v2.5.0
specs:
ontologies_api_client (2.4.0)
ontologies_api_client (2.5.0)
activesupport (= 7.0.8)
addressable (~> 2.8)
excon
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
ast (2.4.2)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
base64 (0.1.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
Expand All @@ -101,7 +101,7 @@ GEM
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
brakeman (6.2.2)
brakeman (7.0.0)
racc
bugsnag (6.27.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
deepl-rb (3.2.0)
diff-lcs (1.5.1)
diff-lcs (1.6.0)
docile (1.4.1)
domain_name (0.6.20240107)
ed25519 (1.3.0)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
terminal-table (>= 1.5.1)
i18n-tasks-csv (1.1)
i18n-tasks (~> 0.9)
importmap-rails (2.0.3)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -302,7 +302,7 @@ GEM
time
net-http (0.6.0)
uri
net-imap (0.4.19)
net-imap (0.5.6)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -319,16 +319,16 @@ GEM
netrc (0.11.0)
newrelic_rpm (9.17.0)
nio4r (2.7.4)
nokogiri (1.17.2)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.17.2-aarch64-linux)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
oj (3.16.9)
bigdecimal (>= 3.0)
Expand Down Expand Up @@ -461,7 +461,9 @@ GEM
sprockets-rails
tilt
select2-rails (4.0.13)
selenium-webdriver (4.16.0)
selenium-webdriver (4.28.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -614,4 +616,4 @@ DEPENDENCIES
will_paginate (~> 3.0)

BUNDLED WITH
2.5.11
2.3.27

0 comments on commit 7c200f8

Please sign in to comment.