Skip to content

Commit

Permalink
Update faraday and octokit gems for ruby 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Mar 20, 2023
1 parent 4d1a3b1 commit 3094c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reject-multi-namespace-prs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ministryofjustice/cloud-platform-tools:2.3.0

# Octokit depends on faraday, and an update to
# faraday breaks the current version of octokit
RUN gem install faraday --version 0.9
RUN gem install octokit --version 4.21.0
RUN gem install faraday --version 2.7.4
RUN gem install octokit --version 6.1.0

COPY reject-multi-namespace-prs.rb /reject-multi-namespace-prs.rb
COPY github.rb /github.rb
Expand Down

0 comments on commit 3094c61

Please sign in to comment.