Skip to content

Commit

Permalink
downgrading bootstrap min.js to 3.4.1 (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshaellanki authored Oct 4, 2024
1 parent aa346d0 commit 171198a
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PATH
notifier (0.0.1)
aasm (~> 4.8.0)
acapi
ckeditor (= 5.0.0)
ckeditor (= 4.2.4)
combine_pdf
config
curl
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
coffee-rails (>= 3.2)
railties (>= 3.0)
sassc-rails (>= 2.1.2)
ckeditor (5.0.0)
ckeditor (4.2.4)
cocaine
orm_adapter (~> 0.5.0)
climate_control (0.2.0)
Expand Down Expand Up @@ -551,6 +551,7 @@ GEM
language_list (1.1.0)
launchy (2.5.2)
addressable (~> 2.8)
libv8-node (16.19.0.1)
libv8-node (16.19.0.1-arm64-darwin)
libv8-node (16.19.0.1-x86_64-darwin)
libv8-node (16.19.0.1-x86_64-linux)
Expand Down Expand Up @@ -631,6 +632,9 @@ GEM
net-ssh (4.2.0)
newrelic_rpm (9.7.1)
nio4r (2.7.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
Expand Down
1 change: 0 additions & 1 deletion app/models/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ def set_ridp_for_paper_application(session_var)
def attributes_changed?
changes = changed_attributes.stringify_keys
meaningful_changes = changes.except('updated_at', 'updated_by', 'updated_by_id')
Rails.logger.info "Meaningful changes: #{meaningful_changes}"
meaningful_changes.present?
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,10 @@ javascript:
document.getElementById('yourPlans').append(div);
}
runGlossary();
$(function() {
$('[data-toggle="tooltip"]').tooltip();
runGlossary();
});
setTimeout(function() {
buildSponsorContributions(sponsorContribution)
Expand Down
13 changes: 9 additions & 4 deletions components/benefit_sponsors/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ PATH
notifier (0.0.1)
aasm (~> 4.8.0)
acapi
ckeditor (= 5.0.0)
ckeditor (= 4.2.4)
combine_pdf
config
curl
money-rails (~> 1.10.0)
mongoid (~> 7.0.2)
non-stupid-digest-assets
pundit
rails (~> 5.2.8.1)
redcarpet (~> 3.4.0)
roo (~> 2.1.0)
Expand Down Expand Up @@ -106,7 +107,7 @@ PATH
dry-schema (~> 1.0)
dry-struct
dry-validation (~> 1.0)
interactor (= 3.1.0)
interactor (= 3.1.2)
interactor-rails (= 2.2.1)
language_list (~> 1.1.0)
money-rails (~> 1.10.0)
Expand Down Expand Up @@ -195,7 +196,7 @@ GEM
xpath (~> 2.0)
case_transform (0.2)
activesupport
ckeditor (5.0.0)
ckeditor (4.2.4)
cocaine
orm_adapter (~> 0.5.0)
climate_control (0.2.0)
Expand Down Expand Up @@ -315,7 +316,7 @@ GEM
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
interactor (3.1.0)
interactor (3.1.2)
interactor-rails (2.2.1)
interactor (~> 3.0)
rails (>= 4.2)
Expand Down Expand Up @@ -394,6 +395,8 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
non-stupid-digest-assets (1.0.10)
Expand Down Expand Up @@ -543,12 +546,14 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wicked_pdf (2.1.0)
activesupport
wkhtmltopdf-binary-edge (0.12.3.0)
xpath (2.1.0)
nokogiri (~> 1.3)
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-21
x86_64-darwin-21

DEPENDENCIES
Expand Down
7 changes: 5 additions & 2 deletions components/notifier/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ PATH
notifier (0.0.1)
aasm (~> 4.8.0)
acapi
ckeditor (= 5.0.0)
ckeditor (= 4.2.4)
combine_pdf
config
curl
money-rails (~> 1.10.0)
mongoid (~> 7.0.2)
non-stupid-digest-assets
pundit
rails (~> 5.2.8.1)
redcarpet (~> 3.4.0)
roo (~> 2.1.0)
Expand Down Expand Up @@ -83,7 +84,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
ckeditor (5.0.0)
ckeditor (4.2.4)
cocaine
orm_adapter (~> 0.5.0)
climate_control (0.2.0)
Expand Down Expand Up @@ -205,6 +206,8 @@ GEM
sprockets (>= 2.0)
orm_adapter (0.5.0)
public_suffix (4.0.6)
pundit (2.4.0)
activesupport (>= 3.0.0)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//= require notifier/ckeditor/basepath.js.erb
//= require ckeditor/init
//= require_tree .
2 changes: 1 addition & 1 deletion components/notifier/notifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "wicked_pdf", "2.1.0"
s.add_dependency "combine_pdf"
s.add_dependency "curl"
s.add_dependency "ckeditor", '5.0.0'
s.add_dependency "ckeditor", '4.2.4'
s.add_dependency "non-stupid-digest-assets"
s.add_dependency "roo", "~> 2.1.0"
s.add_dependency 'aasm', '~> 4.8.0'
Expand Down
11 changes: 5 additions & 6 deletions vendor/assets/javascripts/bootstrap.bundle.min.js

Large diffs are not rendered by default.

0 comments on commit 171198a

Please sign in to comment.