Skip to content

Commit 92928a8

Browse files
committed
remove unnecessary activesupport from gemfile
1 parent 1fe6658 commit 92928a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ gem 'rake'
66
gem 'pry'
77
gem 'test-unit'
88
gem 'webmock', require: false
9-
gem 'activesupport', '~> 7.0.8'

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
coderay (~> 1.1)
5959
method_source (~> 1.0)
6060
public_suffix (5.1.1)
61-
rack (3.1.8)
61+
rack (3.1.9)
6262
rake (13.2.1)
6363
request_store (1.7.0)
6464
rack (>= 1.4)
@@ -81,7 +81,6 @@ PLATFORMS
8181
x86_64-linux
8282

8383
DEPENDENCIES
84-
activesupport (~> 7.0.8)
8584
ontologies_api_client!
8685
pry
8786
rake

0 commit comments

Comments
 (0)