Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Add pdf handling in `render_respond_to_format_with_error_message` [#3482](https://github.com/DMPRoadmap/roadmap/pull/3482)
- Lower PostgreSQL GitHub Action Chrome Version to Address Breaking Changes Between Latest Chrome Version (134) and `/features` Tests [#3491](https://github.com/DMPRoadmap/roadmap/pull/3491)
- Bumped dependencies via `bundle update && yarn upgrade` [#3483](https://github.com/DMPRoadmap/roadmap/pull/3483)
- Pin `spring` gem to v4.2.1 [#3499](https://github.com/DMPRoadmap/roadmap/pull/3499)

## v4.2.0

Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ group :development do
gem 'web-console'
# Spring speeds up development by keeping your application running in the background.
# Read more: https://github.com/rails/spring
gem 'spring'
# Pinning Spring to version v4.2.1 due to the following issue: https://github.com/DMPRoadmap/roadmap/issues/3498
gem 'spring', '4.2.1'
gem 'spring-watcher-listen'

# Simple Progress Bar for output to a terminal
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
spring (4.3.0)
spring (4.2.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
spring-watcher-listen (2.1.0)
Expand Down Expand Up @@ -681,7 +681,7 @@ DEPENDENCIES
ruby-progressbar
selenium-webdriver
shoulda
spring
spring (= 4.2.1)
spring-commands-rspec
spring-watcher-listen
sprockets-rails
Expand Down