Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
- Remove unused dependendencies
  • Loading branch information
ckundo committed Aug 19, 2024
1 parent c1210a9 commit ca87555
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
source 'https://rubygems.org'

gemspec

gem 'fpm'
gem 'rubocop'
27 changes: 2 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
a11y_agent (0.0.10)
a11y_agent (0.0.11)
axe-core-api (~> 4.9)
diffy (~> 3.4)
dotenv (~> 3.1)
Expand All @@ -24,7 +24,6 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
arr-pm (0.0.12)
ast (2.4.2)
axe-core-api (4.9.1)
dumb_delegator
Expand All @@ -33,11 +32,8 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
backports (3.25.0)
base64 (0.2.0)
bigdecimal (3.1.8)
cabin (0.9.0)
clamp (1.0.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
colorize (1.1.0)
Expand Down Expand Up @@ -68,22 +64,13 @@ GEM
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
fpm (1.15.1)
arr-pm (~> 0.0.11)
backports (>= 2.6.2)
cabin (>= 0.6.0)
clamp (~> 1.0.0)
pleaserun (~> 0.0.29)
rexml
stud
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
insist (1.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.9.0)
Expand All @@ -95,7 +82,6 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
mustache (0.99.8)
net-http (0.4.1)
uri
nokogiri (1.16.7-aarch64-linux)
Expand All @@ -116,13 +102,6 @@ GEM
racc
pastel (0.8.0)
tty-color (~> 0.5)
pleaserun (0.0.32)
cabin (> 0)
clamp
dotenv
insist
mustache (= 0.99.8)
stud
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand Down Expand Up @@ -159,7 +138,6 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
strscan (3.1.0)
stud (0.0.23)
sublayer (0.2.3)
activesupport
colorize
Expand Down Expand Up @@ -209,8 +187,7 @@ PLATFORMS

DEPENDENCIES
a11y_agent!
fpm
rake
rake (~> 13.2)
rubocop

BUNDLED WITH
Expand Down
3 changes: 2 additions & 1 deletion a11y_agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sublayer', '~> 0.2'
spec.add_dependency 'tty-prompt', '~> 0.23'

spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '~> 13.2'
spec.add_development_dependency 'rubocop'
end
2 changes: 1 addition & 1 deletion lib/a11y_agent/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module A11yAgent
VERSION = '0.0.10'
VERSION = '0.0.11'
end

0 comments on commit ca87555

Please sign in to comment.