Skip to content

Commit

Permalink
Unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Apr 9, 2024
1 parent 49a4261 commit cbb02b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ source "https://rubygems.org"
ruby File.read(".ruby-version").chomp

gem "faraday-retry"
gem "octokit", "~> 8.1"
gem "rubocop-govuk", require: false
gem "slack-poster", "~> 2.2.2"
gem "octokit"
gem "rubocop-govuk"
gem "slack-poster"

group :test do
gem "fakefs"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ DEPENDENCIES
fakefs
faraday-retry
jsonlint
octokit (~> 8.1)
octokit
pry-byebug
rake
rspec
rubocop-govuk
slack-poster (~> 2.2.2)
slack-poster
timecop
webmock

Expand Down

0 comments on commit cbb02b0

Please sign in to comment.