Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jan 9, 2024
1 parent deee50d commit c54b5fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
RUBY_VERSION: 3.1.1
NODE_VERSION: 16.18.1

jobs:
lint-report:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.6
RUBY_VERSION: 3.1.1

jobs:
test-report:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.1.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "decidim", DECIDIM_VERSION
gem "decidim-newsletter_agenda", path: "."

gem "bootsnap", "~> 1.4"
gem "faker", "~> 2.14"
gem "faker", "~> 3.2"
gem "rspec", "~> 3.0"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/newsletter_agenda/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Decidim
module NewsletterAgenda
VERSION = "1.1.0"
DECIDIM_VERSION = "0.27.4"
DECIDIM_VERSION = "0.28.0"
COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze
end
end

0 comments on commit c54b5fe

Please sign in to comment.