Skip to content

Commit

Permalink
upgrade tapioca version
Browse files Browse the repository at this point in the history
  • Loading branch information
stathis-alexander committed Jan 9, 2025
1 parent 4321a74 commit dbaed1f
Show file tree
Hide file tree
Showing 10 changed files with 6,283 additions and 3,326 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
boba (0.0.15)
boba (0.0.16)
sorbet-static-and-runtime (~> 0.5)
tapioca (<= 0.16.6)
tapioca (<= 0.16.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -83,6 +83,7 @@ GEM
attr_json (2.5.0)
activerecord (>= 6.0.0, < 8.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
builder (3.3.0)
climate_control (0.2.0)
Expand All @@ -91,7 +92,7 @@ GEM
crass (1.0.6)
date (3.3.4)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
Expand Down Expand Up @@ -166,7 +167,7 @@ GEM
parser (3.3.4.2)
ast (~> 2.4.1)
racc
prism (1.2.0)
prism (1.3.0)
psych (5.1.2)
stringio
racc (1.8.1)
Expand Down Expand Up @@ -209,7 +210,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.2.1)
rbi (0.2.2)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rdoc (6.7.0)
Expand Down Expand Up @@ -239,14 +240,14 @@ GEM
rubocop (>= 1)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
sorbet (0.5.11670)
sorbet-static (= 0.5.11670)
sorbet-runtime (0.5.11670)
sorbet-static (0.5.11670-universal-darwin)
sorbet-static (0.5.11670-x86_64-linux)
sorbet-static-and-runtime (0.5.11670)
sorbet (= 0.5.11670)
sorbet-runtime (= 0.5.11670)
sorbet (0.5.11742)
sorbet-static (= 0.5.11742)
sorbet-runtime (0.5.11742)
sorbet-static (0.5.11742-universal-darwin)
sorbet-static (0.5.11742-x86_64-linux)
sorbet-static-and-runtime (0.5.11742)
sorbet (= 0.5.11742)
sorbet-runtime (= 0.5.11742)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand All @@ -256,7 +257,8 @@ GEM
mini_portile2 (~> 2.8.0)
state_machines (0.6.0)
stringio (3.1.1)
tapioca (0.16.5)
tapioca (0.16.7)
benchmark
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Boba History

## 0.0.16

- Bump Tapioca

## 0.0.15

- Bump Tapioca & Ruby Versions
Expand Down
2 changes: 1 addition & 1 deletion boba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0.0"

spec.add_dependency("sorbet-static-and-runtime", "~> 0.5")
spec.add_dependency("tapioca", "<= 0.16.6")
spec.add_dependency("tapioca", "<= 0.16.7")
end
2 changes: 1 addition & 1 deletion lib/boba/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Boba
VERSION = "0.0.15"
VERSION = "0.0.16"
end
Loading

0 comments on commit dbaed1f

Please sign in to comment.