Skip to content

Commit 1bc02a6

Browse files
committed
remove ActiveSupport dependency
1 parent 0872756 commit 1bc02a6

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development, :test do
6-
gem 'activesupport', '~> 7.2' # 8.x requires Ruby 3.2
76
gem 'async'
87
gem 'rake'
98
gem 'rspec'

Gemfile.lock

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (7.2.3.1)
10-
base64
11-
benchmark (>= 0.3)
12-
bigdecimal
13-
concurrent-ruby (~> 1.0, >= 1.3.1)
14-
connection_pool (>= 2.2.5)
15-
drb
16-
i18n (>= 1.6, < 2)
17-
logger (>= 1.4.2)
18-
minitest (>= 5.1, < 6)
19-
securerandom (>= 0.3)
20-
tzinfo (~> 2.0, >= 2.0.5)
219
addressable (2.8.9)
2210
public_suffix (>= 2.0.2, < 8.0)
2311
ast (2.4.3)
@@ -27,11 +15,7 @@ GEM
2715
io-event (~> 1.9)
2816
metrics (~> 0.12)
2917
traces (~> 0.15)
30-
base64 (0.3.0)
31-
benchmark (0.5.0)
3218
bigdecimal (4.1.0)
33-
concurrent-ruby (1.3.6)
34-
connection_pool (2.5.5)
3519
console (1.30.2)
3620
fiber-annotation
3721
fiber-local (~> 1.1)
@@ -40,21 +24,16 @@ GEM
4024
bigdecimal
4125
rexml
4226
diff-lcs (1.6.2)
43-
drb (2.2.3)
4427
fiber-annotation (0.2.0)
4528
fiber-local (1.1.0)
4629
fiber-storage
4730
fiber-storage (1.0.1)
4831
hashdiff (1.2.1)
49-
i18n (1.14.8)
50-
concurrent-ruby (~> 1.0)
5132
io-event (1.11.2)
5233
json (2.19.3)
5334
language_server-protocol (3.17.0.5)
5435
lint_roller (1.1.0)
55-
logger (1.7.0)
5636
metrics (0.12.2)
57-
minitest (5.27.0)
5837
parallel (1.27.0)
5938
parser (3.3.11.1)
6039
ast (~> 2.4.1)
@@ -107,10 +86,7 @@ GEM
10786
lint_roller (~> 1.1)
10887
rubocop (~> 1.81)
10988
ruby-progressbar (1.13.0)
110-
securerandom (0.4.1)
11189
traces (0.15.2)
112-
tzinfo (2.0.6)
113-
concurrent-ruby (~> 1.0)
11490
unicode-display_width (3.2.0)
11591
unicode-emoji (~> 4.1)
11692
unicode-emoji (4.2.0)
@@ -125,7 +101,6 @@ PLATFORMS
125101
x86_64-linux
126102

127103
DEPENDENCIES
128-
activesupport (~> 7.2)
129104
async
130105
opencage-geocoder!
131106
rake

0 commit comments

Comments
 (0)