Skip to content

Commit b969082

Browse files
committed
Update tucana gem version to 0.0.30 in Gemfile
1 parent cbc0c20 commit b969082

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gem 'good_job', '~> 4.0'
7979
gem 'rotp'
8080

8181
gem 'grpc', '~> 1.67'
82-
gem 'tucana', '0.0.0', path: '../tucana/build/ruby'
82+
gem 'tucana', '0.0.30'
8383

8484
gem 'code0-identities', '~> 0.0.1'
8585

Gemfile.lock

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
PATH
2-
remote: ../tucana/build/ruby
3-
specs:
4-
tucana (0.0.0)
5-
grpc (~> 1.64)
6-
71
GEM
82
remote: https://rubygems.org/
93
specs:
@@ -368,6 +362,8 @@ GEM
368362
test-prof (1.4.4)
369363
thor (1.3.2)
370364
timeout (0.4.3)
365+
tucana (0.0.30)
366+
grpc (~> 1.64)
371367
tzinfo (2.0.6)
372368
concurrent-ruby (~> 1.0)
373369
unicode-display_width (2.6.0)
@@ -420,7 +416,7 @@ DEPENDENCIES
420416
simplecov (~> 0.22.0)
421417
simplecov-cobertura (~> 2.1)
422418
test-prof (~> 1.0)
423-
tucana (= 0.0.0)!
419+
tucana (= 0.0.30)
424420
tzinfo-data
425421

426422
RUBY VERSION

0 commit comments

Comments
 (0)