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 @@ -17,7 +17,7 @@ gem 'spring', group: :development
#added
gem "bootstrap-sass", ">= 3.4.1"
gem 'dish', require: 'dish/ext'
gem 'mechanize', '2.7.7'
gem 'mechanize', '2.8.5'
gem 'bootstrap_form'
gem 'owlcarousel-rails', '~> 1.1.3.3'
gem 'fancybox2-rails', '~> 0.2.8'
Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
american_date (1.1.1)
arel (6.0.4)
autoprefixer-rails (9.5.0)
Expand Down Expand Up @@ -129,16 +131,17 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mechanize (2.7.7)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
mechanize (2.8.5)
addressable (~> 2.8)
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (>= 0.0.9, < 0.2)
webrobots (~> 0.1.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
Expand All @@ -153,9 +156,9 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
ntlm-http (0.1.1)
owlcarousel-rails (1.1.3.3)
jquery-rails
public_suffix (5.0.1)
raabro (1.1.6)
racc (1.6.2)
rack (1.6.13)
Expand Down Expand Up @@ -206,6 +209,7 @@ GEM
railties (>= 4.2.0, < 6.0)
rqrcode (0.10.1)
chunky_png (~> 1.0)
rubyntlm (0.6.3)
rufus-scheduler (3.5.2)
fugit (~> 1.1, >= 1.1.5)
sass (3.7.3)
Expand Down Expand Up @@ -279,7 +283,7 @@ DEPENDENCIES
jquery-rails
jquery-turbolinks
loofah (= 2.19.1)
mechanize (= 2.7.7)
mechanize (= 2.8.5)
mini_magick
nokogiri
owlcarousel-rails (~> 1.1.3.3)
Expand Down