We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e87a3c + 4b01b87 commit 1111936Copy full SHA for 1111936
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- entitlements-github-plugin (0.5.1)
+ entitlements-github-plugin (0.5.2)
5
contracts (~> 0.17.0)
6
faraday (~> 2.0)
7
faraday-retry (~> 2.0)
lib/version.rb
@@ -2,6 +2,6 @@
module Entitlements
module Version
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
end
spec/acceptance/github-server/Gemfile
# frozen_string_literal: true
source "https://rubygems.org"
-gem "rack"
+gem "rack", "~>2.2.8"
gem "rack-test"
-gem "sinatra"
+gem "sinatra", "~>3.2.0"
gem "webrick"
0 commit comments