File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## 2.2.0 ⛓
6
+
5
7
- Add RBS signatures and generator. ([ @palkan ] [ ] )
6
8
7
9
Anyway Config now ships with the basic RBS support. To use config types with Steep, add ` library "anyway_config" ` to your Steepfile.
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ Gem::Specification.new do |s|
33
33
# When gem is installed from source, we add `ruby-next` as a dependency
34
34
# to auto-transpile source files during the first load
35
35
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 "
37
37
else
38
- s . add_runtime_dependency "ruby-next-core" , ">= 0.11.0 "
38
+ s . add_runtime_dependency "ruby-next-core" , ">= 0.13.1 "
39
39
end
40
40
41
41
s . add_development_dependency "ammeter" , "~> 1.1.3"
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Anyway # :nodoc:
4
- VERSION = "2.1 .0"
4
+ VERSION = "2.2 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments