Skip to content

Commit da583f4

Browse files
andypfhgw77
andauthored
Rails upgrade 7.0.8 (#1263)
* 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]>
1 parent 6aadd60 commit da583f4

File tree

136 files changed

+970
-1279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+970
-1279
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.6
1+
3.2.2

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source 'https://rubygems.org'
1111
# # unf is pulled in by the ruby-arc-client
1212
gem 'unf', '>= 0.2.0beta2'
1313

14-
gem 'rails', '6.1.5.1'
14+
gem 'rails', '7.0.8'
1515
gem 'jsbundling-rails'
1616

1717
gem 'bootstrap-sass'
@@ -70,7 +70,7 @@ gem 'sdoc', '~> 1.1.0', group: :doc
7070

7171
# if you update puma check Dockerfile for Version dependencies!
7272
# gem 'puma', '= 4.3.9', require: false
73-
gem "puma", "4.3.12"
73+
gem "puma", "6.3.1"
7474
###################### PLUGINS #####################
7575

7676
# backlist plugins (global)
@@ -93,7 +93,7 @@ gem 'aws-sdk-cloudwatch'
9393
######################## END #######################
9494

9595
group :api_client do
96-
gem 'elektron', git: 'https://github.com/sapcc/elektron', tag: 'v2.2.2'
96+
gem 'elektron', git: 'https://github.com/sapcc/elektron', tag: 'v2.2.3'
9797
# gem 'elektron', path: '../elektron'
9898
end
9999

0 commit comments

Comments
 (0)