Skip to content

Commit 0c38e2b

Browse files
committed
Update ruby gems
1 parent b30bacf commit 0c38e2b

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 5.0.13 2024-08-03
2+
3+
* Changes
4+
* Update gems.
5+
16
### 5.0.12 2024-08-03
27

38
* Changes

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :development, :test do
1212
gem 'rspec', '>= 3.12', '< 4.0'
1313
gem 'rubocop', '>= 1.56', '< 2.0'
1414
gem 'rubocop-performance', '>= 1.19', '< 2.0'
15-
gem 'rubocop-rspec', '>= 2.23', '< 3.0'
15+
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
1616
gem 'simplecov', '>= 0.22.0', '< 1.0'
1717
end
1818

Diff for: Gemfile.lock

+2-11
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,10 @@ GEM
112112
unicode-display_width (>= 2.4.0, < 3.0)
113113
rubocop-ast (1.31.3)
114114
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)
119115
rubocop-performance (1.21.1)
120116
rubocop (>= 1.48.1, < 2.0)
121117
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)
128119
rubocop (~> 1.61)
129120
ruby-progressbar (1.13.0)
130121
simplecov (0.22.0)
@@ -156,7 +147,7 @@ DEPENDENCIES
156147
rspec (>= 3.12, < 4.0)
157148
rubocop (>= 1.56, < 2.0)
158149
rubocop-performance (>= 1.19, < 2.0)
159-
rubocop-rspec (>= 2.23, < 3.0)
150+
rubocop-rspec (~> 3.0, >= 3.0.3)
160151
simplecov (>= 0.22.0, < 1.0)
161152
webrick (>= 1.7, < 2.0)
162153
yard (>= 0.9.26, < 1.0)

Diff for: lib/LittleWeasel/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# The version of this gem
44
module LittleWeasel
5-
VERSION = '5.0.12'
5+
VERSION = '5.0.13'
66
end

0 commit comments

Comments
 (0)