Skip to content

Commit 8eca414

Browse files
committed
Bump 2.2.0
1 parent 4cb83c1 commit 8eca414

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.2.0 ⛓
6+
57
- Add RBS signatures and generator. ([@palkan][])
68

79
Anyway Config now ships with the basic RBS support. To use config types with Steep, add `library "anyway_config"` to your Steepfile.

anyway_config.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Gem::Specification.new do |s|
3333
# When gem is installed from source, we add `ruby-next` as a dependency
3434
# to auto-transpile source files during the first load
3535
if ENV["RELEASING_ANYWAY"].nil? && File.directory?(File.join(__dir__, ".git"))
36-
s.add_runtime_dependency "ruby-next", ">= 0.11.0"
36+
s.add_runtime_dependency "ruby-next", ">= 0.13.1"
3737
else
38-
s.add_runtime_dependency "ruby-next-core", ">= 0.11.0"
38+
s.add_runtime_dependency "ruby-next-core", ">= 0.13.1"
3939
end
4040

4141
s.add_development_dependency "ammeter", "~> 1.1.3"

lib/anyway/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Anyway # :nodoc:
4-
VERSION = "2.1.0"
4+
VERSION = "2.2.0"
55
end

0 commit comments

Comments
 (0)