Skip to content

Commit

Permalink
Merge branch 'master' into fix-rails-head
Browse files Browse the repository at this point in the history
  • Loading branch information
santib authored Sep 19, 2023
2 parents a4ccbfd + 4a5adef commit f20abff
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 f20abff

Please sign in to comment.