Skip to content

Commit 69ea197

Browse files
committed
➖ em-http-request
1 parent a98bfa2 commit 69ea197

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

.idea/vcs.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.rubocop_gradual.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"lib/oauth/tty/cli.rb:904168046": [
33
[6, 7, 77, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2883780555]
44
],
5-
"lib/oauth/tty/command.rb:587864942": [
6-
[146, 23, 4, "Security/Open: The use of `Kernel#open` is a serious security risk.", 2087926481]
7-
],
8-
"oauth-tty.gemspec:2020207654": [
9-
[129, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
10-
[131, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
11-
[132, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
5+
"oauth-tty.gemspec:3045486337": [
6+
[128, 3, 40, "Gemspec/DependencyVersion: Dependency version specification is required.", 2300588954],
7+
[130, 3, 44, "Gemspec/DependencyVersion: Dependency version specification is required.", 1905290578],
8+
[131, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 4289565910]
129
],
1310
"spec/oauth/backwards_compatibility_spec.rb:4041711732": [
1411
[3, 16, 25, "RSpec/DescribeClass: The first argument to describe should be the class or module being tested.", 3956042931]

Gemfile.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212

1313
GIT
1414
remote: https://github.com/ruby-oauth/oauth
15-
revision: 2ae700b99c264baf2b179dfb79749cefc36915db
15+
revision: 0430b449f51e3006fdfeea62c080bdfc85307d5f
1616
branch: main
1717
specs:
1818
oauth (1.1.1)
@@ -45,7 +45,6 @@ GEM
4545
bundler (>= 1.2.0, < 3)
4646
thor (~> 1.0)
4747
concurrent-ruby (1.3.5)
48-
cookiejar (0.3.4)
4948
crack (1.0.0)
5049
bigdecimal
5150
rexml
@@ -87,19 +86,9 @@ GEM
8786
dry-inflector (~> 1.0)
8887
dry-logic (~> 1.4)
8988
zeitwerk (~> 2.6)
90-
em-http-request (1.1.7)
91-
addressable (>= 2.3.4)
92-
cookiejar (!= 0.3.1)
93-
em-socksify (>= 0.3)
94-
eventmachine (>= 1.0.3)
95-
http_parser.rb (>= 0.6.0)
96-
em-socksify (0.3.3)
97-
base64
98-
eventmachine (>= 1.0.0.beta.4)
9989
erb (5.0.2)
10090
ethon (0.15.0)
10191
ffi (>= 1.15.0)
102-
eventmachine (1.2.7)
10392
ffi (1.17.2-aarch64-linux-gnu)
10493
ffi (1.17.2-aarch64-linux-musl)
10594
ffi (1.17.2-arm-linux-gnu)
@@ -118,7 +107,6 @@ GEM
118107
http-accept (1.7.0)
119108
http-cookie (1.0.8)
120109
domain_name (~> 0.5)
121-
http_parser.rb (0.8.0)
122110
io-console (0.8.1)
123111
irb (1.15.2)
124112
pp (>= 0.6.0)
@@ -385,7 +373,6 @@ DEPENDENCIES
385373
benchmark (~> 0.4, >= 0.4.1)
386374
bundler-audit (~> 0.9.2)
387375
debug (>= 1.1)
388-
em-http-request (~> 1.1.7)
389376
erb (~> 5.0)
390377
gem_bench (~> 2.0, >= 2.0.5)
391378
gitmoji-regex (~> 1.0, >= 1.0.3)

oauth-tty.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ Gem::Specification.new do |spec|
124124

125125
# Testing
126126
spec.add_development_dependency("appraisal2", "~> 3.0") # ruby >= 1.8.7, for testing against multiple versions of dependencies
127-
spec.add_development_dependency("em-http-request", "~> 1.1.7")
128127
spec.add_development_dependency("kettle-test", "~> 1.0") # ruby >= 2.3
129128
spec.add_development_dependency("mocha")
130129
spec.add_development_dependency("rack", "~> 2.0")

0 commit comments

Comments
 (0)