Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Aug 28, 2023
1 parent 91ed7c0 commit d822ae7
Show file tree
Hide file tree
Showing 5 changed files with 10,712 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.5.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
mini_mime (1.1.5)
Expand All @@ -112,10 +112,10 @@ GEM
nio4r (2.5.9-java)
nokogiri (1.15.4-java)
racc (~> 1.4)
playwright-ruby-client (1.37.0)
playwright-ruby-client (1.37.1)
concurrent-ruby (>= 1.1.6)
mime-types (>= 3.0)
puma (5.6.6-java)
puma (5.6.7-java)
nio4r (~> 2.0)
racc (1.7.1-java)
rack (2.2.8)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Eigenes jQuery verwenden, da Version aus jquery_rails $.browser nicht unterstützte
// jquery_3.1.0 statt 2.1.4 führt zu Problemen beim Ändern der Spaltenbreite
//= require jquery-3.6.0.min
//= require jquery-3.7.0.min
//= require jquery-ui.min
//= require jquery.ui.touch-punch.js
// jquery_ujs.js aus gem jquery-rails nach vendor/assets/javascript kopiert, da im gem selbst nicht gefunden, statt dessen: sprocket-Error
Expand Down
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

module Panorama
# VERSION and RELEASE_DATE should have fix syntax and positions because they are parsed from other sites
VERSION = '2.17.08'
RELEASE_DATE = Date.parse('2023-08-17')
VERSION = '2.17.09'
RELEASE_DATE = Date.parse('2023-08-28')

RELEASE_DAY = "%02d" % RELEASE_DATE.day
RELEASE_MONTH = "%02d" % RELEASE_DATE.month
Expand Down
Loading

0 comments on commit d822ae7

Please sign in to comment.