Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
But downgrade `simple_form`, see heartcombo/simple_form#1824
  • Loading branch information
lmrodriguezr committed Dec 8, 2023
1 parent b1b41c1 commit 8c54b02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ gem 'jquery-rails'
gem 'will_paginate'
gem 'will_paginate-bootstrap4'
gem 'font_awesome5_rails', '~> 1.5'
gem 'simple_form'
# simple_form 5.3.0 introduced a bug that prevents custom inputs from being
# loaded (see https://github.com/heartcombo/simple_form/issues/1824)
gem 'simple_form', '~> 5.2.0'

44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
autoprefixer-rails (10.4.15.0)
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
base64 (0.1.1)
bcrypt (3.1.19)
base64 (0.2.0)
bcrypt (3.1.20)
bindex (0.8.1)
bootstrap (4.6.2)
autoprefixer-rails (>= 9.1.0)
Expand All @@ -93,7 +93,7 @@ GEM
concurrent-ruby (1.2.2)
crass (1.0.6)
daemons (1.4.1)
date (3.3.3)
date (3.3.4)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand All @@ -103,7 +103,7 @@ GEM
dkim (1.1.0)
erubi (1.12.0)
execjs (2.9.1)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -132,11 +132,11 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.6.3)
json (2.7.1)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -155,22 +155,22 @@ GEM
mini_mime (1.1.5)
minitest (5.20.0)
multi_json (1.15.0)
net-ftp (0.2.0)
net-ftp (0.3.0)
net-protocol
time
net-imap (0.4.3)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-darwin)
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pdf-reader (2.11.0)
Expand All @@ -181,10 +181,10 @@ GEM
ttfunk
pg (1.5.4)
popper_js (1.16.1)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-proxy (0.7.7)
rack
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.15.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -267,7 +267,7 @@ GEM
multi_json (~> 1.15)
rexml (~> 3.2, >= 3.2.5)
thor (~> 1.2, >= 1.2.1)
simple_form (5.3.0)
simple_form (5.2.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
spring (2.1.1)
Expand All @@ -281,13 +281,13 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.8-x86_64-darwin)
sqlite3 (1.6.8-x86_64-linux)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
thor (1.3.0)
tilt (2.3.0)
time (0.2.2)
time (0.3.0)
date
timeout (0.4.0)
timeout (0.4.1)
ttfunk (1.7.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
Expand Down Expand Up @@ -353,7 +353,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
selenium-webdriver
serrano (~> 1.0)
simple_form
simple_form (~> 5.2.0)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
Expand Down

0 comments on commit 8c54b02

Please sign in to comment.