Skip to content

Commit

Permalink
Allow fugit to be updated
Browse files Browse the repository at this point in the history
as it is holding back a CVE-related update
  • Loading branch information
julik committed Sep 18, 2024
1 parent 06e829e commit 4b46931
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [0.1.14] - 2024-09-03

- Relax `fugit` dependency to allow updates

## [0.1.13] - 2024-09-03

Expand Down
2 changes: 1 addition & 1 deletion gouda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", "~> 7"
spec.add_dependency "railties", "~> 7"
spec.add_dependency "activejob", "~> 7"
spec.add_dependency "fugit", "~> 1.10.1"
spec.add_dependency "fugit", "~> 1.10"

spec.add_development_dependency "pg"
spec.add_development_dependency "debug"
Expand Down
2 changes: 1 addition & 1 deletion lib/gouda/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gouda
VERSION = "0.1.13"
VERSION = "0.1.14"
end

0 comments on commit 4b46931

Please sign in to comment.