Skip to content

Commit

Permalink
Bump version from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosedler committed Oct 18, 2024
1 parent edeec52 commit 25d5342
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Compatible changes


## 2.3.1 - 2024-10-18

### Compatible changes

- Follow recommended way to extend Railties

## 2.3.0 - 2023-05-26
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.4.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.5.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down Expand Up @@ -76,4 +76,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.4
2.3.26
4 changes: 2 additions & 2 deletions Gemfile.5.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down Expand Up @@ -76,4 +76,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.4
2.3.26
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.7.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
edge_rider (2.3.0)
edge_rider (2.3.1)
activerecord (>= 3.2)

GEM
Expand Down Expand Up @@ -75,4 +75,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
2.3.4
2.3.13
2 changes: 1 addition & 1 deletion lib/edge_rider/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EdgeRider
VERSION = '2.3.0'
VERSION = '2.3.1'
end

0 comments on commit 25d5342

Please sign in to comment.