Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ features/screenshots
/website/.bundle
/vendor/bundle
/public/swagger.json
.vscode
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ gem 'monsoon-openstack-auth',
gem 'active_model_serializers', '>= 0.10.0.rc4'

# Asynchronous jobs via postgres
gem 'que', '~>1.0.0.beta3'
# before upgrading to version 1.3.0 there is an action required see here
# https://github.com/que-rb/que/blob/master/CHANGELOG.md#130-2022-02-25
gem 'que', '1.2.0'
gem 'que-web' # at some point this should be remove and started standalone
# You must use the master branch of Sinatra for que-web. See https://github.com/sinatra/sinatra/issues/1071
gem 'sinatra', git: 'https://github.com/sinatra/sinatra'

# arc client
gem 'arc-client', git: 'https://github.com/sapcc/arc-client.git'
Expand Down
43 changes: 20 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@ GIT
rails
uglifier (>= 1.3.0)

GIT
remote: https://github.com/sinatra/sinatra
revision: 6f15fba2790ebdf4d1215cebf425dea2ea3130ea
specs:
rack-protection (2.0.5)
rack
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -213,7 +201,9 @@ GEM
mimemagic (~> 0.3.2)
method_source (0.8.2)
mime-types (2.99.3)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitar (0.8)
Expand All @@ -230,7 +220,8 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
Expand Down Expand Up @@ -275,14 +266,15 @@ GEM
public_suffix (2.0.5)
puma (3.11.4)
quantile (0.2.0)
que (1.0.0.beta3)
que-web (0.8.0)
erubis
que (~> 1.0.0.beta3)
que (1.2.0)
que-web (0.9.4)
que (~> 1)
sinatra
quiet_safari (1.0.0)
railties (>= 3.1.0)
rack (2.0.7)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.2.1)
Expand Down Expand Up @@ -350,6 +342,7 @@ GEM
activesupport (>= 3.1, < 6.0)
json-schema (~> 2.2)
railties (>= 3.1, < 6.0)
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
Expand All @@ -363,6 +356,11 @@ GEM
rspec-its
specinfra (~> 2.72)
sfl (2.3)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slop (3.6.0)
solve (4.0.2)
molinillo (~> 0.6)
Expand All @@ -388,7 +386,7 @@ GEM
systemu (2.6.5)
thor (0.19.1)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
tomlrb (1.2.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -431,15 +429,14 @@ DEPENDENCIES
prometheus-client (~> 0.6.0)
pry-rails
puma
que (~> 1.0.0.beta3)
que (= 1.2.0)
que-web
quiet_safari
rails (= 5.2.2.1)
rails_stdout_logging
rspec-rails
rswag-specs
sentry-raven
sinatra!
spring
swift_client (>= 0.1.6)
unf (>= 0.2.0beta2)
Expand All @@ -450,4 +447,4 @@ RUBY VERSION
ruby 2.4.10p364

BUNDLED WITH
2.0.1
2.2.25