We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66ed64 commit 75e18a1Copy full SHA for 75e18a1
Gemfile
@@ -10,7 +10,7 @@ gem "test-unit"
10
gem "rspec"
11
gem "rubocop"
12
gem "rubocop-rubycw"
13
-gem "rubocop-on-rbs"
+gem "rubocop-on-rbs", platform: :ruby # zlib transitive dep
14
gem "json"
15
gem "json-schema"
16
gem "goodcheck"
@@ -28,15 +28,15 @@ group :libs do
28
gem "abbrev"
29
gem "base64"
30
gem "bigdecimal"
31
- gem "dbm"
+ gem "dbm", platform: :ruby
32
gem "mutex_m"
33
gem "nkf"
34
end
35
36
group :profilers do
37
# Performance profiling and benchmarking
38
- gem 'stackprof'
39
- gem 'memory_profiler'
+ gem 'stackprof', platform: :ruby
+ gem 'memory_profiler', platform: :ruby
40
gem 'benchmark-ips'
41
gem "ruby_memcheck", platform: :ruby
42
0 commit comments