Skip to content

Commit

Permalink
re-sync w/ base engine; bundle updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoro committed Nov 19, 2024
1 parent 840fd47 commit 26f2dbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

_Please, add the latest build info on top of the list; use Version::MAJOR only after gold release; keep semantic versioning in line with framework's_

- **0.7.25** [Steve A.] re-sync w/ base engine; bundle updates
- **0.7.24** [Steve A.] API endpoint to retrieve latest updates (last rows only from commonly imported entities); descending order for api_daily_uses_api; bundle & rubocop updates
- **0.7.23** [Steve A.] re-sync w/ base engine; bundle updates
- **0.7.19** [Steve A.] re-sync w/ base engine; bundle updates
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/steveoro/goggles_db
revision: 54e62f9c80d0589fccb8e80cdfc5717a80b2d82d
revision: a421d05c0083e6adb870d7e365a3663d11b7011e
specs:
goggles_db (0.7.24)
goggles_db (0.7.25)
acts-as-taggable-on
acts_as_votable
cities
Expand Down Expand Up @@ -371,7 +371,7 @@ GEM
racc
plus_codes (0.2.1)
prosopite (1.4.2)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
Expand Down
4 changes: 2 additions & 2 deletions lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ module Version
MINOR = '7'

# Patch version.
PATCH = '24'
PATCH = '25'

# Current build version.
BUILD = '20241115'
BUILD = '20241119'

# Full versioning for the current release.
FULL = "#{MAJOR}.#{MINOR}.#{PATCH} (#{CORE}-#{BUILD})".freeze
Expand Down

0 comments on commit 26f2dbf

Please sign in to comment.