Skip to content

Commit 2e5a56a

Browse files
committed
Prepare release
1 parent d80208f commit 2e5a56a

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

Gemfile.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
GIT
2-
remote: https://github.com/mbj/unparser
3-
revision: 5751efd6e791952890e8a23b90538cc0367f4069
4-
ref: 5751efd6e791952890e8a23b90538cc0367f4069
5-
specs:
6-
unparser (0.7.0)
7-
diff-lcs (~> 1.6)
8-
parser (>= 3.3.0)
9-
101
PATH
112
remote: .
123
specs:
13-
mutant (0.12.4)
4+
mutant (0.13.0)
145
diff-lcs (~> 1.3)
156
parser (~> 3.3.0)
167
regexp_parser (~> 2.9.0)
@@ -59,13 +50,16 @@ GEM
5950
rubocop-ast (>= 1.38.0, < 2.0)
6051
ruby-progressbar (~> 1.7)
6152
unicode-display_width (>= 2.4.0, < 4.0)
62-
rubocop-ast (1.38.1)
53+
rubocop-ast (1.39.0)
6354
parser (>= 3.3.1.0)
6455
ruby-progressbar (1.13.0)
6556
sorbet-runtime (0.5.11934)
6657
unicode-display_width (3.1.4)
6758
unicode-emoji (~> 4.0, >= 4.0.4)
6859
unicode-emoji (4.0.4)
60+
unparser (0.7.0)
61+
diff-lcs (~> 1.6)
62+
parser (>= 3.3.0)
6963

7064
PLATFORMS
7165
ruby
@@ -77,7 +71,6 @@ DEPENDENCIES
7771
rspec-core (~> 3.10)
7872
rspec-its (~> 1.3.0)
7973
rubocop (~> 1.7)
80-
unparser!
8174

8275
BUNDLED WITH
8376
2.5.22

Gemfile.shared

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
gem 'unparser', git: 'https://github.com/mbj/unparser', ref: '5751efd6e791952890e8a23b90538cc0367f4069'

lib/mutant/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Mutant
44
# Current mutant version
5-
VERSION = '0.12.4'
5+
VERSION = '0.13.0'
66
end # Mutant

0 commit comments

Comments
 (0)