Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clajiness committed Jan 10, 2025
1 parent 2367878 commit a6890b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Description: Dockerfile for qbop
FROM ruby:3.4-slim
FROM ruby:3.4.1-slim

# set the version environment variable
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source 'https://rubygems.org'

gem 'faraday', '~> 2.12', '>= 2.12.2'
gem 'json', '~> 2.9', '>= 2.9.1'
gem 'logger', '~> 1.6', '>= 1.6.4'
gem 'logger', '~> 1.6', '>= 1.6.5'
gem 'open3', '~> 0.2.1'
gem 'rspec', '~> 3.13'
gem 'rubocop', '~> 1.69', '>= 1.69.2', require: false
gem 'rubocop', '~> 1.70', require: false
gem 'uri', '~> 1.0', '>= 1.0.2'
gem 'yaml', '~> 0.4.0'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
net-http (>= 0.5.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
net-http (0.6.0)
uri
open3 (0.2.1)
Expand All @@ -21,7 +21,7 @@ GEM
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -35,7 +35,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -48,7 +48,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand All @@ -61,10 +61,10 @@ PLATFORMS
DEPENDENCIES
faraday (~> 2.12, >= 2.12.2)
json (~> 2.9, >= 2.9.1)
logger (~> 1.6, >= 1.6.4)
logger (~> 1.6, >= 1.6.5)
open3 (~> 0.2.1)
rspec (~> 3.13)
rubocop (~> 1.69, >= 1.69.2)
rubocop (~> 1.70)
uri (~> 1.0, >= 1.0.2)
yaml (~> 0.4.0)

Expand Down

0 comments on commit a6890b1

Please sign in to comment.