Skip to content

Commit 662d97a

Browse files
committed
Bump
1 parent 4ec7c71 commit 662d97a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeentity (6.1.1)
4+
activeentity (6.3.0)
55
activemodel (>= 6.0, < 8)
66
activesupport (>= 6.0, < 8)
77

@@ -131,21 +131,21 @@ GEM
131131
rake (13.0.6)
132132
regexp_parser (2.2.0)
133133
rexml (3.2.5)
134-
rubocop (1.23.0)
134+
rubocop (1.24.0)
135135
parallel (~> 1.10)
136136
parser (>= 3.0.0.0)
137137
rainbow (>= 2.2.2, < 4.0)
138138
regexp_parser (>= 1.8, < 3.0)
139139
rexml
140-
rubocop-ast (>= 1.12.0, < 2.0)
140+
rubocop-ast (>= 1.15.0, < 2.0)
141141
ruby-progressbar (~> 1.7)
142142
unicode-display_width (>= 1.4.0, < 3.0)
143143
rubocop-ast (1.15.0)
144144
parser (>= 3.0.1.1)
145-
rubocop-performance (1.12.0)
145+
rubocop-performance (1.13.0)
146146
rubocop (>= 1.7.0, < 2.0)
147147
rubocop-ast (>= 0.4.0)
148-
rubocop-rails (2.12.4)
148+
rubocop-rails (2.13.0)
149149
activesupport (>= 4.2.0)
150150
rack (>= 1.1)
151151
rubocop (>= 1.7.0, < 2.0)

lib/active_entity/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def self.gem_version
88

99
module VERSION
1010
MAJOR = 6
11-
MINOR = 1
12-
TINY = 1
11+
MINOR = 3
12+
TINY = 0
1313
PRE = nil
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

0 commit comments

Comments
 (0)