Skip to content

Commit

Permalink
Lock ruby version and bump gems from protogen
Browse files Browse the repository at this point in the history
  • Loading branch information
dixiS committed Jun 21, 2022
1 parent 567b533 commit 35e6db7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions exts/protogen/protocol_generator/.ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.1
2 changes: 1 addition & 1 deletion exts/protogen/protocol_generator/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

source 'https://rubygems.org'

gem 'json'
gem 'json', '~> 1.8.6'
gem 'json-schema', "~> 1.1"
gem 'rakejava'
gem 'yard'
Expand Down
21 changes: 14 additions & 7 deletions exts/protogen/protocol_generator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
GEM
remote: https://rubygems.org/
specs:
git (1.2.6)
json (1.8.2)
json-schema (1.1.1)
rake (10.1.0)
git (1.11.0)
rchardet (~> 1.8)
json (1.8.6)
json-schema (1.2.1)
rake (13.0.6)
rakejava (1.3.7)
rake (>= 0.9.2)
redcarpet (3.0.0)
yard (0.8.7.2)
rchardet (1.8.0)
redcarpet (3.5.1)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
ruby

DEPENDENCIES
git
json
json (~> 1.8.6)
json-schema (~> 1.1)
rakejava
redcarpet
yard

BUNDLED WITH
1.16.6

0 comments on commit 35e6db7

Please sign in to comment.