Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Aug 24, 2023
1 parent e3b5a85 commit db08cf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[v#.#.#] ([month] [YYYY])
- Tylium: Consolidate sidebars
- Upgraded gems:
- font-awesome-sass, nokogiri, puma, rails, sanitize, webdrivers
- font-awesome-sass, nokogiri, puma, rails, sanitize, selenium-webdriver
- Bugs fixes:
- QA: Enable @mentions and formatting toolbar for comments in QA show views
- [entity]:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ group :test do
gem 'selenium-webdriver', '~> 4.11'
gem 'shoulda-matchers', '~> 3.1'
gem 'timecop'
# gem 'webdrivers', '~> 5.3.1'

# Required by capybara
gem 'matrix'
Expand Down
2 changes: 0 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
Capybara.server = :puma, { Silent: true }
Capybara.javascript_driver = :chrome

# Webdrivers::Chromedriver.required_version = '114.0.5735.90'

RSpec.configure do |config|
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
Expand Down

0 comments on commit db08cf8

Please sign in to comment.