File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-
44
55## master
66
7+ ## 1.4.0 (2023-02-11)
8+
9+ ### Changed
10+
11+ * Update rubocop to ` 1.45.1 ` . ([ @r .dubrovsky] [ ] )
12+ * Update rubocop-rails to ` 2.17.4 ` . ([ @r .dubrovsky] [ ] )
13+ * Update rubocop-rspec to ` 2.18.1 ` . ([ @r .dubrovsky] [ ] )
14+
715## 1.3.0 (2022-12-02)
816
917### Added
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Add this line to your application's Gemfile:
1010
1111``` ruby
1212group :test , :development do
13- gem ' datarockets-style' , ' ~> 1.3 .0'
13+ gem ' datarockets-style' , ' ~> 1.4 .0'
1414end
1515```
1616
1717Or, for a Ruby library, add this to your gemspec:
1818
1919``` ruby
20- spec.add_development_dependency ' datarockets-style' , ' ~> 1.3 .0'
20+ spec.add_development_dependency ' datarockets-style' , ' ~> 1.4 .0'
2121```
2222
2323And then execute:
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DatarocketsStyle
4- VERSION = "1.3 .0"
4+ VERSION = "1.4 .0"
55end
You can’t perform that action at this time.
0 commit comments