Skip to content

Commit

Permalink
Merge pull request #40 from alphagov/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
MuriloDalRi authored Apr 29, 2024
2 parents ee91cda + 626da1f commit 9bc58c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ gem "prometheus-client"
gem "slop"

group :test do
gem "rake"
gem "rspec"
gem "webmock"
end
19 changes: 3 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,19 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.6)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
hashdiff (1.1.0)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.2.2)
public_suffix (5.0.4)
rake (13.2.1)
rexml (3.2.6)
public_suffix (5.0.5)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -36,27 +29,21 @@ GEM
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec-support (3.13.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
slop (4.10.1)
uri (0.13.0)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby

DEPENDENCIES
octokit (~> 8.1)
prometheus-client
rake
rspec
slop
webmock

BUNDLED WITH
2.5.6
2.5.9
1 change: 0 additions & 1 deletion spec/dependabot_time_to_merge_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'rspec'
require 'webmock/rspec'
require_relative '../dependabot_time_to_merge'

RSpec.describe '#dependabot_time_to_merge' do
Expand Down

0 comments on commit 9bc58c6

Please sign in to comment.