Skip to content

Commit

Permalink
fix: drop Rails dependency (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jun 7, 2023
1 parent 9358958 commit 4a5adef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ spec/dummy/log
spec/dummy/db/**.sqlite3
spec/dummy/tmp/storage/**/*
/coverage/
.bundle
4 changes: 3 additions & 1 deletion active_storage_base64.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.7.0'

# Dependencies
s.add_dependency 'rails', '>= 7.0'
s.add_dependency 'activestorage', '>= 7.0'
s.add_dependency 'activesupport', '>= 7.0'

# Development dependencies
s.add_development_dependency 'rails', '>= 7.0'
s.add_development_dependency 'pry-rails', '~> 0.3.6'
s.add_development_dependency 'reek', '~> 6.0.6'
s.add_development_dependency 'rspec-rails', '~> 3.8.0'
Expand Down

0 comments on commit 4a5adef

Please sign in to comment.