mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-webmock: Update to 3.11.2.
* gnu/packages/ruby.scm (ruby-webmock): Update to 3.11.2. (ruby-webmock-2): Inherit from ruby-webmock. (ruby-omniauth-oauth2, ruby-solargraph)[native-inputs]: Switch from ruby-webmock-2 to ruby-webmock.
This commit is contained in:
parent
8588e6683c
commit
a4d61297e2
1 changed files with 18 additions and 5 deletions
|
@ -2353,7 +2353,7 @@ authentication.")
|
||||||
("ruby-rspec" ,ruby-rspec)
|
("ruby-rspec" ,ruby-rspec)
|
||||||
("ruby-simplecov" ,ruby-simplecov)
|
("ruby-simplecov" ,ruby-simplecov)
|
||||||
("ruby-rack-test" ,ruby-rack-test)
|
("ruby-rack-test" ,ruby-rack-test)
|
||||||
("ruby-webmock" ,ruby-webmock-2)))
|
("ruby-webmock" ,ruby-webmock)))
|
||||||
(synopsis "Abstract OAuth2 strategy for OmniAuth")
|
(synopsis "Abstract OAuth2 strategy for OmniAuth")
|
||||||
(description
|
(description
|
||||||
"This library provides a generic OAuth2 strategy for OmniAuth. It
|
"This library provides a generic OAuth2 strategy for OmniAuth. It
|
||||||
|
@ -9063,17 +9063,17 @@ requests.")
|
||||||
(home-page "https://github.com/opperator/warden-oauth2")
|
(home-page "https://github.com/opperator/warden-oauth2")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-webmock-2
|
(define-public ruby-webmock
|
||||||
(package
|
(package
|
||||||
(name "ruby-webmock")
|
(name "ruby-webmock")
|
||||||
(version "2.3.2")
|
(version "3.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "webmock" version))
|
(uri (rubygems-uri "webmock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04hkcqsmbfnp8g237pisnc834vpgildklicbjbyikqg0bg1rwcy5"))))
|
"1hdlbvfw316lkz251qnfk79drmaay7l51kidvicz41nhvw12xz8v"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bundler" ,bundler)
|
`(("bundler" ,bundler)
|
||||||
|
@ -9089,6 +9089,19 @@ requests. This is useful when testing software.")
|
||||||
(home-page "https://github.com/bblimke/webmock")
|
(home-page "https://github.com/bblimke/webmock")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-webmock-2
|
||||||
|
(package
|
||||||
|
(inherit ruby-webmock)
|
||||||
|
(name "ruby-webmock")
|
||||||
|
(version "2.3.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "webmock" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"04hkcqsmbfnp8g237pisnc834vpgildklicbjbyikqg0bg1rwcy5"))))))
|
||||||
|
|
||||||
(define-public ruby-unicode-display-width
|
(define-public ruby-unicode-display-width
|
||||||
(package
|
(package
|
||||||
(name "ruby-unicode-display-width")
|
(name "ruby-unicode-display-width")
|
||||||
|
@ -11950,7 +11963,7 @@ application.")
|
||||||
`(("ruby-rspec" ,ruby-rspec)
|
`(("ruby-rspec" ,ruby-rspec)
|
||||||
("ruby-pry" ,ruby-pry)
|
("ruby-pry" ,ruby-pry)
|
||||||
("ruby-simplecov" ,ruby-simplecov)
|
("ruby-simplecov" ,ruby-simplecov)
|
||||||
("ruby-webmock" ,ruby-webmock-2)))
|
("ruby-webmock" ,ruby-webmock)))
|
||||||
;; FIXME: can't figure out how to run the tests properly:
|
;; FIXME: can't figure out how to run the tests properly:
|
||||||
|
|
||||||
;; An error occurred while loading spec_helper.
|
;; An error occurred while loading spec_helper.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue