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

update gem to internal #23492

Open
wants to merge 2 commits into
base: main
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
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,15 @@ jobs:
BASH_ENV="Bash"
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> "$BASH_ENV"
export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")

# Add the PAT for git authentication
echo "https://[email protected]" > ~/.git-credentials
git config --global credential.helper store

gem install bundler
bundle install --path vendor/bundle
env:
PAT: ${{ secrets.FTK_CLONE_HAWKES_PAT }}

- name: Cache Ruby Dependencies
if: steps.cache-ruby-dependencies.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gem "roo", "~> 2.7"
gem "rswag-api"
gem "rswag-ui"
gem "rtf"
gem "ruby_claim_evidence_api", git: "https://github.com/department-of-veterans-affairs/ruby_claim_evidence_api.git", ref: "fed623802afe7303f4b8b5fe27cff0e903699873"
gem "ruby_claim_evidence_api", git: "https://github.com/department-of-veterans-affairs/clone_ruby_claim_evidence_api.git", ref: "c56381d2bea2ffabe79bebbac6598f00450691ff"
# Use SCSS for stylesheets
gem "sass-rails", "~> 5.0"
# Error reporting to Sentry
Expand Down
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ GIT
redis-namespace
redis-rails

GIT
remote: https://github.com/department-of-veterans-affairs/clone_ruby_claim_evidence_api.git
revision: c56381d2bea2ffabe79bebbac6598f00450691ff
ref: c56381d2bea2ffabe79bebbac6598f00450691ff
specs:
ruby_claim_evidence_api (0.1.0)
activesupport
base64
faraday
faraday-multipart
httpi
rack (< 3)
railties
webmock (~> 3.11.0)

GIT
remote: https://github.com/department-of-veterans-affairs/connect-mpi.git
revision: a3a58c64f85b980a8b5ea6347430dd73a99ea74c
Expand Down Expand Up @@ -54,20 +69,6 @@ GIT
nokogiri (>= 1.11.0.rc4)
savon (~> 2.12)

GIT
remote: https://github.com/department-of-veterans-affairs/ruby_claim_evidence_api.git
revision: fed623802afe7303f4b8b5fe27cff0e903699873
ref: fed623802afe7303f4b8b5fe27cff0e903699873
specs:
ruby_claim_evidence_api (0.0.1)
activesupport
base64
faraday
faraday-multipart
httpi
railties
webmock (~> 3.6.2)

GIT
remote: https://github.com/department-of-veterans-affairs/sniffybara.git
revision: 351560b5789ca638ba7c9b093c2bb1a9a6fda4b3
Expand Down Expand Up @@ -2107,7 +2108,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.6.2)
webmock (3.11.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Loading