Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'devise_ldap_authenticatable' #, github: 'cschiewek/devise_ldap_authenticata
gem 'pg'
gem "passenger", ">= 5.0.25", require: "phusion_passenger/rack_handler"

gem 'rexml', '3.2.6' # NOTE: v3.2.7 and up seem to be broken for now
gem 'rexml', '3.3.9' # NOTE: v3.2.7 and up seem to be broken for now
# see https://github.com/ruby/rexml/issues/142, https://github.com/ruby/rexml/issues/131

gem 'yaml_db' # used to dump database to YAML
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ GEM
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.3.9)
rouge (4.1.2)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
rack
rails (~> 7.0.6)
rails-controller-testing
rexml (= 3.2.6)
rexml (= 3.3.9)
rouge
rubyzip
sassc-rails
Expand Down