We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0422cac commit 11a1797Copy full SHA for 11a1797
Gemfile.lock
@@ -1,9 +1,9 @@
1
PATH
2
remote: .
3
specs:
4
- boba (0.1.2)
+ boba (0.1.3)
5
sorbet-static-and-runtime (~> 0.5)
6
- tapioca (<= 0.17.2)
+ tapioca (<= 0.17.3)
7
8
GEM
9
remote: https://rubygems.org/
boba.gemspec
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
28
spec.required_ruby_version = ">= 3.0.0"
29
30
spec.add_dependency("sorbet-static-and-runtime", "~> 0.5")
31
- spec.add_dependency("tapioca", "<= 0.17.2")
+ spec.add_dependency("tapioca", "<= 0.17.3")
32
end
lib/boba/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Boba
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
0 commit comments