Skip to content

Commit

Permalink
Fixed Enable Nobrainer in CI #751
Browse files Browse the repository at this point in the history
  • Loading branch information
Selectus2 committed Oct 22, 2021
1 parent 2198b47 commit 5439493
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gemfiles/rails_5.2_nobrainer.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "sqlite3", "~> 1.3.5", platforms: :ruby
gem "rails", "~> 5.2.4"
gem "after_commit_everywhere", "~> 1.0"
gem 'nobrainer', '~> 0.41.0'

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_6.1_nobrainer.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "sqlite3", "~> 1.3.5", platforms: :ruby
gem "rails", "~> 6.1.4"
gem "after_commit_everywhere", "~> 1.0"
gem 'nobrainer', '~> 0.41.0'

gemspec path: "../"

0 comments on commit 5439493

Please sign in to comment.