Skip to content

Commit

Permalink
Merge branch 'master' into rails-7
Browse files Browse the repository at this point in the history
  • Loading branch information
anderscarling authored May 3, 2022
2 parents eae8b8a + ae493d7 commit bd7ddc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config/initializers/secret_token.rb
/test/dummy/log/*
/test/dummy/tmp/*
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-journal
/test/tmp/*
Gemfile.lock
.tags
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- 2.6.7
- 2.7.3
- 3.0.1
- 3.1.1
gemfile:
- gemfiles/rails_5.gemfile
- gemfiles/rails_6.gemfile
Expand All @@ -15,6 +16,8 @@ matrix:
exclude:
- rvm: 3.0.1
gemfile: gemfiles/rails_5.gemfile
- rvm: 3.1.1
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.6.7
gemfile: gemfiles/rails_7.gemfile

Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ source "https://rubygems.org"

gem "admin", path: "../test/dummy/admin", group: [:test, :development]
gem "rails", "~> 6.1"
gem "net-imap", require: false
gem "net-pop", require: false
gem "net-smtp", require: false

gemspec path: "../"

0 comments on commit bd7ddc4

Please sign in to comment.