Skip to content
Open
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
23 changes: 19 additions & 4 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
oc-bifrost-pedant (0.0.1)
activesupport (>= 3.2.8, < 7.1.0)
activesupport (>= 3.2.8, < 8.1.0)
mixlib-config (>= 1.1.2, < 3.1.0)
net-http-spy (~> 0.2.1)
rest-client (>= 1.8, < 2.2)
Expand All @@ -13,15 +13,28 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (8.0.2.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
diff-lcs (1.6.2)
domain_name (0.6.20240107)
drb (2.2.3)
http-accept (1.7.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
Expand Down Expand Up @@ -55,9 +68,11 @@ GEM
rspec
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
securerandom (0.4.1)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.3)
veil (0.3.11)
bcrypt (~> 3.1)
pbkdf2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.executables = ['oc-bifrost-pedant']

s.add_dependency('rspec', '~> 2.14.0')
s.add_dependency('activesupport', '>= 3.2.8', '< 7.1.0') # For active_support/concern
s.add_dependency('activesupport', '>= 3.2.8', '< 8.1.0') # For active_support/concern
s.add_dependency('mixlib-config', '>= 1.1.2', '< 3.1.0')
s.add_dependency('rest-client', '>= 1.8', '< 2.2')
s.add_dependency('rspec_junit_formatter', '>= 0.1.1', '< 0.7.0')
Expand Down
Loading