This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is to support the transition to pinning the Ruby version for the application to one that isn't about to reach end of life and is widely supported. This allows for greater flexibility in terms of the buildpack to use when running the application
- Loading branch information
1 parent
2c08525
commit a6be27b
Showing
5 changed files
with
218 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,210 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionpack (5.2.6.2) | ||
actionview (= 5.2.6.2) | ||
activesupport (= 5.2.6.2) | ||
rack (~> 2.0, >= 2.0.8) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (5.2.6.2) | ||
activesupport (= 5.2.6.2) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.3) | ||
activesupport (5.2.6.2) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 0.7, < 2) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.8.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
aruba (1.1.2) | ||
bundler (>= 1.17, < 3.0) | ||
childprocess (>= 2.0, < 5.0) | ||
contracts (>= 0.16.0, < 0.18.0) | ||
cucumber (>= 2.4, < 7.0) | ||
rspec-expectations (~> 3.4) | ||
thor (~> 1.0) | ||
builder (3.2.4) | ||
bundler-audit (0.9.0.1) | ||
bundler (>= 1.2.0, < 3) | ||
thor (~> 1.0) | ||
byebug (11.1.3) | ||
childprocess (4.1.0) | ||
ci_reporter (2.0.0) | ||
builder (>= 2.1.2) | ||
ci_reporter_rspec (1.0.0) | ||
ci_reporter (~> 2.0) | ||
rspec (>= 2.14, < 4) | ||
coderay (1.1.3) | ||
concurrent-ruby (1.1.9) | ||
conjur-api (5.3.7) | ||
activesupport (>= 4.2) | ||
addressable (~> 2.0) | ||
rest-client | ||
contracts (0.16.1) | ||
crass (1.0.6) | ||
cucumber (2.99.0) | ||
builder (>= 2.1.2) | ||
cucumber-core (~> 1.5.0) | ||
cucumber-wire (~> 0.0.1) | ||
diff-lcs (>= 1.1.3) | ||
gherkin (~> 4.0) | ||
multi_json (>= 1.7.5, < 2.0) | ||
multi_test (>= 0.1.2) | ||
cucumber-core (1.5.0) | ||
gherkin (~> 4.0) | ||
cucumber-wire (0.0.1) | ||
diff-lcs (1.5.0) | ||
domain_name (0.5.20190701) | ||
unf (>= 0.0.5, < 1.0.0) | ||
erubi (1.10.0) | ||
ffi (1.15.5) | ||
gherkin (4.1.3) | ||
http-accept (1.7.0) | ||
http-cookie (1.0.4) | ||
domain_name (~> 0.5) | ||
i18n (1.10.0) | ||
concurrent-ruby (~> 1.0) | ||
json-schema (2.8.0) | ||
addressable (>= 2.4) | ||
json_spec (1.1.5) | ||
multi_json (~> 1.0) | ||
rspec (>= 2.0, < 4.0) | ||
license_finder (6.15.0) | ||
bundler | ||
rubyzip (>= 1, < 3) | ||
thor (~> 1.0.1) | ||
tomlrb (>= 1.3, < 2.1) | ||
with_env (= 1.1.0) | ||
xml-simple (~> 1.1.5) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
loofah (2.14.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.5.9) | ||
method_source (1.0.0) | ||
mime-types (3.4.1) | ||
mime-types-data (~> 3.2015) | ||
mime-types-data (3.2022.0105) | ||
mini_portile2 (2.8.0) | ||
minitest (5.15.0) | ||
multi_json (1.15.0) | ||
multi_test (0.1.2) | ||
netrc (0.11.0) | ||
nio4r (2.5.8) | ||
nokogiri (1.13.3) | ||
mini_portile2 (~> 2.8.0) | ||
racc (~> 1.4) | ||
pry (0.13.1) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
pry-byebug (3.9.0) | ||
byebug (~> 11.0) | ||
pry (~> 0.13.0) | ||
public_suffix (4.0.6) | ||
puma (5.6.2) | ||
nio4r (~> 2.0) | ||
racc (1.6.0) | ||
rack (2.2.3) | ||
rack-test (1.1.0) | ||
rack (>= 1.0, < 3) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.4.2) | ||
loofah (~> 2.3) | ||
railties (5.2.6.2) | ||
actionpack (= 5.2.6.2) | ||
activesupport (= 5.2.6.2) | ||
method_source | ||
rake (>= 0.8.7) | ||
thor (>= 0.19.0, < 2.0) | ||
rake (13.0.6) | ||
rb-fsevent (0.11.1) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rest-client (2.1.0) | ||
http-accept (>= 1.7.0, < 2.0) | ||
http-cookie (>= 1.0.2, < 2.0) | ||
mime-types (>= 1.16, < 4.0) | ||
netrc (~> 0.8) | ||
rexml (3.2.5) | ||
rspec (3.9.0) | ||
rspec-core (~> 3.9.0) | ||
rspec-expectations (~> 3.9.0) | ||
rspec-mocks (~> 3.9.0) | ||
rspec-core (3.9.3) | ||
rspec-support (~> 3.9.3) | ||
rspec-expectations (3.9.4) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.9.0) | ||
rspec-mocks (3.9.1) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.9.0) | ||
rspec-rails (3.9.1) | ||
actionpack (>= 3.0) | ||
activesupport (>= 3.0) | ||
railties (>= 3.0) | ||
rspec-core (~> 3.9.0) | ||
rspec-expectations (~> 3.9.0) | ||
rspec-mocks (~> 3.9.0) | ||
rspec-support (~> 3.9.0) | ||
rspec-support (3.9.4) | ||
rspec_junit_formatter (0.5.1) | ||
rspec-core (>= 2, < 4, != 2.12.0) | ||
ruby_dep (1.5.0) | ||
rubyzip (2.3.2) | ||
spring (2.1.1) | ||
spring-watcher-listen (2.0.1) | ||
listen (>= 2.7, < 4.0) | ||
spring (>= 1.2, < 3.0) | ||
thor (1.0.1) | ||
thread_safe (0.3.6) | ||
tomlrb (2.0.1) | ||
tzinfo (1.2.9) | ||
thread_safe (~> 0.1) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.8) | ||
with_env (1.1.0) | ||
xml-simple (1.1.9) | ||
rexml | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
actionview (~> 5.2.6) | ||
activesupport (~> 5.2.6) | ||
aruba | ||
bundler-audit | ||
byebug | ||
ci_reporter_rspec (~> 1) | ||
conjur-api (~> 5.3.4) | ||
cucumber (~> 2) | ||
json-schema (= 2.8.0) | ||
json_spec (~> 1.1.5) | ||
license_finder | ||
listen (>= 3.0.5, < 3.2) | ||
pry-byebug | ||
puma (= 5.6.2) | ||
rack (~> 2.2.3) | ||
railties (~> 5.2.6) | ||
rest-client | ||
rspec (~> 3) | ||
rspec-rails (~> 3.7) | ||
rspec_junit_formatter | ||
spring | ||
spring-watcher-listen (~> 2.0.0) | ||
|
||
RUBY VERSION | ||
ruby 2.7.5p203 | ||
|
||
BUNDLED WITH | ||
2.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters