Skip to content

Commit

Permalink
Rails upgrade 7.0.8 (#1263)
Browse files Browse the repository at this point in the history
* first working version, some test in profile admin not working

* kubernikus: fix e2e tests

* key_manager: fix e2e test

* fix all render partial syntax errors

* fix inquiry unit tests, set config.action_job.queue_adapter to :test in test.rb

* rspces and e2e tests are fixed

* remove initializer for custom markdown rules

* adjust ruby version

* [object_storage_gn]: fix sorting functionality

* [dns]: validate fields while creating or updating

* fixed prod build

* upgrade puma

* [compute]: make 'Edit Tags' Action visible for editors too, fixes #1255

* [compute]: make 'Edit Tags' Action visible for editors too, fixes #1255

* [compute]: fixes #1260, check permissions for hard reset

---------

Co-authored-by: D058266 <[email protected]>
  • Loading branch information
andypf and hgw77 authored Sep 20, 2023
1 parent 6aadd60 commit da583f4
Show file tree
Hide file tree
Showing 136 changed files with 970 additions and 1,279 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.2.2
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source 'https://rubygems.org'
# # unf is pulled in by the ruby-arc-client
gem 'unf', '>= 0.2.0beta2'

gem 'rails', '6.1.5.1'
gem 'rails', '7.0.8'
gem 'jsbundling-rails'

gem 'bootstrap-sass'
Expand Down Expand Up @@ -70,7 +70,7 @@ gem 'sdoc', '~> 1.1.0', group: :doc

# if you update puma check Dockerfile for Version dependencies!
# gem 'puma', '= 4.3.9', require: false
gem "puma", "4.3.12"
gem "puma", "6.3.1"
###################### PLUGINS #####################

# backlist plugins (global)
Expand All @@ -93,7 +93,7 @@ gem 'aws-sdk-cloudwatch'
######################## END #######################

group :api_client do
gem 'elektron', git: 'https://github.com/sapcc/elektron', tag: 'v2.2.2'
gem 'elektron', git: 'https://github.com/sapcc/elektron', tag: 'v2.2.3'
# gem 'elektron', path: '../elektron'
end

Expand Down
Loading

0 comments on commit da583f4

Please sign in to comment.