Skip to content

Commit

Permalink
Merge pull request #3068 from sul-dlss/bump-reform-rails
Browse files Browse the repository at this point in the history
Stop pinning reform-rails to pick up patch in 0.2.5
  • Loading branch information
jmartin-sul authored May 15, 2023
2 parents 08c4b50 + d481220 commit fd050ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ gem 'redis', '~> 4.0'
# TODO: Deal with this
# pinned because 2.6.0 broke the build: [Reform] Your :populator did not return a Reform::Form instance for `authors`.
gem 'reform', '~> 2.5.0'
# TODO: Deal with this
# pinned because 0.2.4 broke the build: https://github.com/trailblazer/reform-rails/issues/99
gem 'reform-rails', '~> 0.2.0', '< 0.2.4'
gem 'reform-rails'
gem 'rubyzip', '~> 2.3'
gem 'sdr-client', '~> 2.0'
gem 'sidekiq', '~> 7.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ GEM
disposable (>= 0.4.2, < 0.5.0)
representable (>= 2.4.0, < 3.1.0)
uber (< 0.2.0)
reform-rails (0.2.3)
reform-rails (0.2.5)
activemodel (>= 5.0)
reform (>= 2.3.1, < 3.0.0)
regexp_parser (2.8.0)
Expand Down Expand Up @@ -603,7 +603,7 @@ DEPENDENCIES
rails (~> 7.0.1)
redis (~> 4.0)
reform (~> 2.5.0)
reform-rails (~> 0.2.0, < 0.2.4)
reform-rails
rspec
rspec-rails
rspec_junit_formatter
Expand Down

0 comments on commit fd050ac

Please sign in to comment.