Skip to content

Commit

Permalink
bump ruby and tapioca versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stathis-alexander committed Jan 8, 2025
1 parent 6a947d5 commit 0290ca6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.6
3.4.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby "3.3.6"
ruby "3.4.1"

source "https://rubygems.org"
gemspec
Expand Down
19 changes: 8 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
boba (0.0.14)
boba (0.0.15)
sorbet-static-and-runtime (~> 0.5)
tapioca (<= 0.16.5)
tapioca (<= 0.16.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -124,6 +124,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest-hooks (1.5.2)
minitest (> 5.3)
Expand Down Expand Up @@ -152,11 +153,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
paperclip (6.1.0)
activemodel (>= 4.2.0)
Expand Down Expand Up @@ -254,9 +252,8 @@ GEM
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
sqlite3 (2.3.1-arm64-darwin)
sqlite3 (2.3.1-x86_64-darwin)
sqlite3 (2.3.1-x86_64-linux-gnu)
sqlite3 (2.3.1)
mini_portile2 (~> 2.8.0)
state_machines (0.6.0)
stringio (3.1.1)
tapioca (0.16.5)
Expand Down Expand Up @@ -307,7 +304,7 @@ DEPENDENCIES
state_machines

RUBY VERSION
ruby 3.3.6p108
ruby 3.4.1p0

BUNDLED WITH
2.5.17
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.5")
spec.add_dependency("tapioca", "<= 0.16.6")
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.14"
VERSION = "0.0.15"
end

0 comments on commit 0290ca6

Please sign in to comment.