Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9540: add committee-rails gem to gemfile #18735

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ end

group :test do
gem 'apivore', git: 'https://github.com/department-of-veterans-affairs/apivore', tag: 'v2.0.0.vsp'
gem 'committee-rails'
gem 'mock_redis'
gem 'pdf-inspector'
gem 'rspec_junit_formatter'
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,15 @@ GEM
combine_pdf (1.0.26)
matrix
ruby-rc4 (>= 0.1.5)
committee (5.4.0)
json_schema (~> 0.14, >= 0.14.3)
openapi_parser (~> 2.0)
rack (>= 1.5, < 3.1)
committee-rails (0.8.0)
actionpack (>= 6.0)
activesupport (>= 6.0)
committee (>= 5.1.0)
railties (>= 6.0)
concurrent-ruby (1.3.4)
config (5.5.1)
deep_merge (~> 1.2, >= 1.2.1)
Expand Down Expand Up @@ -591,6 +600,7 @@ GEM
json (2.7.2-java)
json-schema (4.3.1)
addressable (>= 2.8)
json_schema (0.21.0)
json_schemer (2.3.0)
bigdecimal
hana (~> 1.3)
Expand Down Expand Up @@ -709,6 +719,7 @@ GEM
multi_json
rails (>= 4.0)
open4 (1.3.4)
openapi_parser (2.1.0)
openssl (3.2.0)
openssl (3.2.0-java)
jruby-openssl (~> 0.14)
Expand Down Expand Up @@ -1134,6 +1145,7 @@ DEPENDENCIES
claims_api!
clamav-client
combine_pdf
committee-rails
config
connect_vbms!
coverband
Expand Down
Loading