Skip to content

Commit 522f302

Browse files
Merge pull request #266 from inspec/bs/fix-gem-errors
Pin binding_of_caller
2 parents 390fa44 + 56667f6 commit 522f302

2 files changed

Lines changed: 72 additions & 44 deletions

File tree

mmv1/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'activesupport'
4-
gem 'binding_of_caller'
4+
gem 'binding_of_caller', '~> 1.0'
55
gem 'rake'
66

77
group :test do

mmv1/Gemfile.lock

Lines changed: 71 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
4+
activesupport (7.2.3)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
i18n (>= 0.7, < 2)
9-
minitest (~> 5.1)
10-
tzinfo (~> 1.1)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1116
addressable (2.8.1)
1217
public_suffix (>= 2.0.2, < 6.0)
13-
ast (2.4.0)
14-
binding_of_caller (0.8.0)
15-
debug_inspector (>= 0.0.1)
16-
concurrent-ruby (1.1.6)
17-
debug_inspector (0.0.3)
18+
ast (2.4.3)
19+
base64 (0.3.0)
20+
benchmark (0.5.0)
21+
bigdecimal (4.0.1)
22+
binding_of_caller (1.0.1)
23+
debug_inspector (>= 1.2.0)
24+
concurrent-ruby (1.3.6)
25+
connection_pool (2.5.5)
26+
debug_inspector (1.2.0)
1827
diff-lcs (1.3)
28+
drb (2.2.3)
1929
faraday (1.10.3)
2030
faraday-em_http (~> 1.0)
2131
faraday-em_synchrony (~> 1.0)
@@ -39,62 +49,80 @@ GEM
3949
faraday-patron (1.0.0)
4050
faraday-rack (1.0.0)
4151
faraday-retry (1.0.3)
42-
i18n (1.8.2)
52+
i18n (1.14.8)
4353
concurrent-ruby (~> 1.0)
44-
json (2.7.1)
45-
language_server-protocol (3.17.0.3)
54+
json (2.19.1)
55+
json-schema (6.2.0)
56+
addressable (~> 2.8)
57+
bigdecimal (>= 3.1, < 5)
58+
language_server-protocol (3.17.0.5)
59+
lint_roller (1.1.0)
60+
logger (1.7.0)
61+
mcp (0.8.0)
62+
json-schema (>= 4.1)
4663
metaclass (0.0.4)
47-
minitest (5.20.0)
64+
minitest (5.27.0)
4865
mocha (1.3.0)
4966
metaclass (~> 0.0.1)
5067
multipart-post (2.3.0)
5168
octokit (4.13.0)
5269
sawyer (~> 0.8.0, >= 0.5.3)
53-
parallel (1.19.1)
54-
parser (2.6.5.0)
55-
ast (~> 2.4.0)
70+
parallel (1.27.0)
71+
parser (3.3.10.2)
72+
ast (~> 2.4.1)
73+
racc
74+
prism (1.9.0)
5675
public_suffix (5.0.1)
57-
rainbow (3.0.0)
76+
racc (1.8.1)
77+
rainbow (3.1.1)
5878
rake (12.3.3)
59-
rspec (3.8.0)
60-
rspec-core (~> 3.8.0)
61-
rspec-expectations (~> 3.8.0)
62-
rspec-mocks (~> 3.8.0)
63-
rspec-core (3.8.0)
64-
rspec-support (~> 3.8.0)
65-
rspec-expectations (3.8.1)
79+
regexp_parser (2.11.3)
80+
rspec (3.13.2)
81+
rspec-core (~> 3.13.0)
82+
rspec-expectations (~> 3.13.0)
83+
rspec-mocks (~> 3.13.0)
84+
rspec-core (3.13.6)
85+
rspec-support (~> 3.13.0)
86+
rspec-expectations (3.13.5)
6687
diff-lcs (>= 1.2.0, < 2.0)
67-
rspec-support (~> 3.12.0)
68-
rspec-mocks (3.12.6)
88+
rspec-support (~> 3.13.0)
89+
rspec-mocks (3.13.8)
6990
diff-lcs (>= 1.2.0, < 2.0)
70-
rspec-support (~> 3.12.0)
71-
rspec-support (3.12.1)
72-
rubocop (1.58.0)
91+
rspec-support (~> 3.13.0)
92+
rspec-support (3.13.7)
93+
rubocop (1.85.1)
7394
json (~> 2.3)
74-
language_server-protocol (>= 3.17.0)
95+
language_server-protocol (~> 3.17.0.2)
96+
lint_roller (~> 1.1.0)
97+
mcp (~> 0.6)
7598
parallel (~> 1.10)
76-
parser (>= 3.2.2.4)
99+
parser (>= 3.3.0.2)
77100
rainbow (>= 2.2.2, < 4.0)
78-
regexp_parser (>= 1.8, < 3.0)
79-
rexml (>= 3.2.5, < 4.0)
80-
rubocop-ast (>= 1.30.0, < 2.0)
101+
regexp_parser (>= 2.9.3, < 3.0)
102+
rubocop-ast (>= 1.49.0, < 2.0)
81103
ruby-progressbar (~> 1.7)
82-
unicode-display_width (>= 1.4.0, < 1.7)
83-
ruby-progressbar (1.10.1)
104+
unicode-display_width (>= 2.4.0, < 4.0)
105+
rubocop-ast (1.49.1)
106+
parser (>= 3.3.7.2)
107+
prism (~> 1.7)
108+
ruby-progressbar (1.13.0)
84109
ruby2_keywords (0.0.5)
85110
sawyer (0.8.2)
86111
addressable (>= 2.3.5)
87112
faraday (> 0.8, < 2.0)
88-
thread_safe (0.3.6)
89-
tzinfo (1.2.11)
90-
thread_safe (~> 0.1)
91-
unicode-display_width (1.6.0)
113+
securerandom (0.4.1)
114+
tzinfo (2.0.6)
115+
concurrent-ruby (~> 1.0)
116+
unicode-display_width (3.2.0)
117+
unicode-emoji (~> 4.1)
118+
unicode-emoji (4.2.0)
119+
92120
PLATFORMS
93-
ruby
121+
arm64-darwin-25
94122

95123
DEPENDENCIES
96124
activesupport
97-
binding_of_caller
125+
binding_of_caller (~> 1.0)
98126
mocha (~> 1.3.0)
99127
octokit
100128
rake

0 commit comments

Comments
 (0)