Skip to content

Commit 2059410

Browse files
Merge pull request #4 from franklinhu/franklin-tapioca-bump-0-16-8
Bump Tapioca to 0.16.9, and gem version to 0.0.17
2 parents dbaed1f + 8d6507e commit 2059410

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
boba (0.0.16)
55
sorbet-static-and-runtime (~> 0.5)
6-
tapioca (<= 0.16.7)
6+
tapioca (~> 0.16.9)
77

88
GEM
99
remote: https://rubygems.org/
@@ -257,7 +257,7 @@ GEM
257257
mini_portile2 (~> 2.8.0)
258258
state_machines (0.6.0)
259259
stringio (3.1.1)
260-
tapioca (0.16.7)
260+
tapioca (0.16.9)
261261
benchmark
262262
bundler (>= 2.2.25)
263263
netrc (>= 0.11.0)

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Boba History
22

3+
## 0.0.17
4+
5+
- Bump Tapioca
6+
37
## 0.0.16
48

59
- Bump Tapioca

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.16.7")
31+
spec.add_dependency("tapioca", "<= 0.16.9")
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.0.16"
5+
VERSION = "0.0.17"
66
end

0 commit comments

Comments
 (0)