Skip to content

Commit

Permalink
バージョンをgithub actionsでも使えるrubyのバージョンに揃える
Browse files Browse the repository at this point in the history
  • Loading branch information
1021ky committed Nov 9, 2024
1 parent 3e01829 commit 6dfbbc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.2
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.4'
ruby '3.3.2'

gem 'active_model_serializers'
gem 'annotate'
Expand Down Expand Up @@ -33,6 +33,7 @@ group :development do
gem 'rdbg' # bundle binstub debugでbin/rdbgが作られる
gem 'rubocop'
gem 'rubocop-rails'
gem 'ruby-lsp'
gem 'spring'
gem 'stringio'
gem 'web-console', '>= 4.1.0'
Expand Down
13 changes: 12 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -172,6 +173,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.8)
prism (1.2.0)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -218,6 +220,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.1)
logger
rdbg (0.1.0)
debug (>= 1.2.2)
rdoc (6.7.0)
Expand Down Expand Up @@ -261,6 +265,11 @@ GEM
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.21.3)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sass-rails (6.0.0)
Expand All @@ -278,6 +287,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
sorbet-runtime (0.5.11645)
spring (4.2.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -353,6 +363,7 @@ DEPENDENCIES
rspec-rails
rubocop
rubocop-rails
ruby-lsp
sass-rails (>= 6)
selenium-webdriver (>= 4.0.0.rc1)
spring
Expand All @@ -365,7 +376,7 @@ DEPENDENCIES
webrick

RUBY VERSION
ruby 3.3.4p94
ruby 3.3.2p94

BUNDLED WITH
2.5.11

0 comments on commit 6dfbbc2

Please sign in to comment.