Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 3186380 commit 0b93f72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.3.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.3
FROM ruby:3.3.3
ENV LANG C.UTF-8

RUN apt update -qq && apt install -y build-essential libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.3'
ruby '3.3.3'

gem 'bootsnap', require: false
gem 'bugsnag'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
google-cloud-language-v1beta2 (0.6.0)
gapic-common (>= 0.12, < 2.a)
google-cloud-errors (~> 1.0)
google-protobuf (3.21.9-x86_64-linux)
google-protobuf (3.21.9)
googleapis-common-protos (1.3.12)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
Expand All @@ -183,7 +183,7 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.50.0-x86_64-linux)
grpc (1.50.0)
google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
http (4.4.1)
Expand Down Expand Up @@ -219,6 +219,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.16.3)
msgpack (1.6.0)
multi_json (1.15.0)
Expand All @@ -233,7 +234,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.9-x86_64-linux)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
os (1.1.4)
paper_trail (14.0.0)
Expand Down Expand Up @@ -383,7 +385,7 @@ DEPENDENCIES
twitter

RUBY VERSION
ruby 3.1.3p185
ruby 3.3.3p89

BUNDLED WITH
2.3.26

0 comments on commit 0b93f72

Please sign in to comment.