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
25 changes: 15 additions & 10 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
mixlib-config (>= 1.1.2, < 3.1.0)
net-http-spy (~> 0.2.1)
rest-client (>= 1.8, < 2.2)
rspec (~> 2.11.0)
rspec (>= 2.11, < 3.14)
rspec-rerun (= 0.3.1)
rspec_junit_formatter (>= 0.1.1, < 0.7.0)

Expand All @@ -20,7 +20,7 @@ GEM
tzinfo (~> 2.0)
bcrypt (3.1.18)
concurrent-ruby (1.2.2)
diff-lcs (1.1.3)
diff-lcs (1.6.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
http-accept (1.7.0)
Expand All @@ -42,16 +42,21 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.4)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rerun (0.3.1)
rspec
rspec-support (3.13.4)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
tomlrb (2.0.3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = ['oc-bifrost-pedant']

s.add_dependency('rspec', '~> 2.11.0')
s.add_dependency('rspec', '>= 2.11', '< 3.14')
s.add_dependency('activesupport', '>= 3.2.8', '< 7.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')
Expand Down
Loading