Skip to content

Commit

Permalink
Merge pull request #140 from paviliondev/dependabot/bundler/rexml-3.3.3
Browse files Browse the repository at this point in the history
Bump rexml from 3.2.8 to 3.3.3
  • Loading branch information
angusmcleod authored Aug 13, 2024
2 parents 018da59 + 6a73813 commit d18abfc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.6.1)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.3)
strscan
rubocop (1.39.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-events
# about: Allows you to manage events in Discourse
# version: 0.5.0
# version: 0.5.1
# authors: Angus McLeod
# contact_emails: [email protected]
# url: https://github.com/paviliondev/discourse-events
Expand Down
2 changes: 2 additions & 0 deletions test/javascripts/acceptance/events-discovery-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ acceptance("Events | topic list with an event", function (needs) {
});

test("shows event", async function (assert) {
this.siteSettings.events_timezone_include_in_topic_list = true;
this.siteSettings.events_timezone_display = "event";
await visit("/c/dev");

assert.ok(
Expand Down
2 changes: 2 additions & 0 deletions test/javascripts/acceptance/events-topic-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ acceptance("Events | topic with an event", function (needs) {
});

test("shows event", async function (assert) {
this.siteSettings.events_timezone_include_in_topic_list = true;
this.siteSettings.events_timezone_display = "event";
await visit("/t/280");

assert.ok(
Expand Down

0 comments on commit d18abfc

Please sign in to comment.