File tree 4 files changed +9
-13
lines changed
4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change
1
+ ### 5.0.13 2024-08-03
2
+
3
+ * Changes
4
+ * Update gems.
5
+
1
6
### 5.0.12 2024-08-03
2
7
3
8
* Changes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ group :development, :test do
12
12
gem 'rspec' , '>= 3.12' , '< 4.0'
13
13
gem 'rubocop' , '>= 1.56' , '< 2.0'
14
14
gem 'rubocop-performance' , '>= 1.19' , '< 2.0'
15
- gem 'rubocop-rspec' , '>= 2.23 ' , '< 3.0'
15
+ gem 'rubocop-rspec' , '~> 3.0 ' , '>= 3.0.3 '
16
16
gem 'simplecov' , '>= 0.22.0' , '< 1.0'
17
17
end
18
18
Original file line number Diff line number Diff line change @@ -112,19 +112,10 @@ GEM
112
112
unicode-display_width (>= 2.4.0 , < 3.0 )
113
113
rubocop-ast (1.31.3 )
114
114
parser (>= 3.3.1.0 )
115
- rubocop-capybara (2.21.0 )
116
- rubocop (~> 1.41 )
117
- rubocop-factory_bot (2.26.1 )
118
- rubocop (~> 1.61 )
119
115
rubocop-performance (1.21.1 )
120
116
rubocop (>= 1.48.1 , < 2.0 )
121
117
rubocop-ast (>= 1.31.1 , < 2.0 )
122
- rubocop-rspec (2.31.0 )
123
- rubocop (~> 1.40 )
124
- rubocop-capybara (~> 2.17 )
125
- rubocop-factory_bot (~> 2.22 )
126
- rubocop-rspec_rails (~> 2.28 )
127
- rubocop-rspec_rails (2.29.1 )
118
+ rubocop-rspec (3.0.3 )
128
119
rubocop (~> 1.61 )
129
120
ruby-progressbar (1.13.0 )
130
121
simplecov (0.22.0 )
@@ -156,7 +147,7 @@ DEPENDENCIES
156
147
rspec (>= 3.12 , < 4.0 )
157
148
rubocop (>= 1.56 , < 2.0 )
158
149
rubocop-performance (>= 1.19 , < 2.0 )
159
- rubocop-rspec (>= 2.23 , < 3.0 )
150
+ rubocop-rspec (~> 3.0 , >= 3.0.3 )
160
151
simplecov (>= 0.22.0 , < 1.0 )
161
152
webrick (>= 1.7 , < 2.0 )
162
153
yard (>= 0.9.26 , < 1.0 )
Original file line number Diff line number Diff line change 2
2
3
3
# The version of this gem
4
4
module LittleWeasel
5
- VERSION = '5.0.12 '
5
+ VERSION = '5.0.13 '
6
6
end
You can’t perform that action at this time.
0 commit comments