Skip to content

Commit

Permalink
new ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 14, 2024
1 parent 1be9c64 commit 7926d75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.0
ruby 3.3.1
nodejs 20.8.1
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ group :development do
gem 'addressable', '>= 2.7.0'
gem 'faraday', '~> 1'
gem 'faraday_middleware'
gem 'lefthook', require: false
gem 'multi_json', '>= 1.15.0'
gem 'nokogiri', '>= 1.11.0.rc4'
gem 'oj', '>= 2.10.4' # faster JSON
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
lefthook (1.6.1)
mini_portile2 (2.8.6)
minitest (5.21.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -108,7 +107,6 @@ DEPENDENCIES
addressable (>= 2.7.0)
faraday (~> 1)
faraday_middleware
lefthook
multi_json (>= 1.15.0)
nokogiri (>= 1.11.0.rc4)
oj (>= 2.10.4)
Expand Down

0 comments on commit 7926d75

Please sign in to comment.