Skip to content

Commit 11a1797

Browse files
committed
chore: update to latest tapioca gembundle
1 parent 0422cac commit 11a1797

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
boba (0.1.2)
4+
boba (0.1.3)
55
sorbet-static-and-runtime (~> 0.5)
6-
tapioca (<= 0.17.2)
6+
tapioca (<= 0.17.3)
77

88
GEM
99
remote: https://rubygems.org/

boba.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.required_ruby_version = ">= 3.0.0"
2929

3030
spec.add_dependency("sorbet-static-and-runtime", "~> 0.5")
31-
spec.add_dependency("tapioca", "<= 0.17.2")
31+
spec.add_dependency("tapioca", "<= 0.17.3")
3232
end

lib/boba/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Boba
5-
VERSION = "0.1.2"
5+
VERSION = "0.1.3"
66
end

0 commit comments

Comments
 (0)