Skip to content

Commit

Permalink
Add reissue
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jul 8, 2024
1 parent 79b3cca commit c1473d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Added:
- Support for Importmaps
- `reissue` gem for managing releases

### Fixed:
- Alter newest scope to properly return a relation limited to 1 record
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ gem "standard"
gem "minitest-spec-rails"

gem "simplecov"

gem "reissue"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ GEM
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.1)
reissue (0.2.0)
rake
reline (0.5.7)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -173,6 +175,7 @@ DEPENDENCIES
close_encounters!
minitest-spec-rails
puma
reissue
simplecov
sqlite3 (~> 1.4)
standard
Expand Down
1 change: 0 additions & 1 deletion test/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
t.datetime "updated_at", null: false
t.index ["name"], name: "index_close_encounters_participant_services_on_name", unique: true
end

end

0 comments on commit c1473d4

Please sign in to comment.