Skip to content

Commit

Permalink
bump version to v0.0.48 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: tejaswini <tejaswini.m@aquia.com>
  • Loading branch information
TejuAcquia and tejaswini authored Jul 12, 2024
1 parent d14ec2d commit a4f5bfb
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
sfrest (0.0.47)
sfrest (0.0.48)
excon

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
bigdecimal (3.1.8)
codeclimate-test-reporter (1.0.7)
Expand All @@ -25,15 +25,13 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
excon (0.110.0)
faker (3.3.1)
excon (0.109.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
git_bpf (1.0.1)
hashdiff (1.1.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
method_source (1.1.0)
parallel (1.24.0)
parser (3.3.1.0)
Expand All @@ -46,34 +44,27 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
rubocop (0.83.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
unicode-display_width (>= 1.4.0, < 2.0)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -88,8 +79,8 @@ GEM
tins (1.33.0)
bigdecimal
sync
unicode-display_width (2.5.0)
webmock (3.23.0)
unicode-display_width (1.8.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -115,4 +106,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.5.10
2.3.26

0 comments on commit a4f5bfb

Please sign in to comment.