diff --git a/Gemfile.lock b/Gemfile.lock index 42610049..2e19efe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbi (0.0.14) + rbi (0.0.15) ast parser (>= 2.6.4.0) sorbet-runtime (>= 0.5.9204) diff --git a/lib/rbi/version.rb b/lib/rbi/version.rb index 36175f8d..2a8fcaef 100644 --- a/lib/rbi/version.rb +++ b/lib/rbi/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module RBI - VERSION = "0.0.14" + VERSION = "0.0.15" end diff --git a/shipit.yml b/shipit.production.yml similarity index 100% rename from shipit.yml rename to shipit.production.yml