Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/gemfiles/.bundle/config

/_misc/
/coverage/
/spec/dummy/db/*.sqlite3*
/spec/dummy/log/
/spec/dummy/storage/
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if ENV['DEVEL'] == '1'

gem 'activeadmin', ENV.fetch('ACTIVEADMIN_VERSION')
gem 'activeadmin_dynamic_fields', path: './'
gem 'appraisal', '~> 2.4'

if rails_ver.start_with?('7.0')
gem 'concurrent-ruby', '1.3.4'
Expand All @@ -31,6 +32,7 @@ gem 'cuprite'
gem 'rspec_junit_formatter'
gem 'rspec-rails'
gem 'rspec-retry'
gem 'simplecov', require: false

# Linters
gem 'fasterer'
Expand Down
11 changes: 6 additions & 5 deletions gemfiles/rails61_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "activeadmin"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3", "~> 1.7.0"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,16 +17,12 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin"
gem "rails", "~> 6.1.0"
gem "nokogiri", "~> 1.17.2"
gem "sqlite3", "~> 1.7.0"

gemspec path: "../"
11 changes: 6 additions & 5 deletions gemfiles/rails61_activeadmin29.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 6.1.0"
gem "activeadmin", "~> 2.9.0"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3", "~> 1.7.0"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,16 +17,12 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin", "~> 2.9.0"
gem "rails", "~> 6.1.0"
gem "nokogiri", "~> 1.17.2"
gem "sqlite3", "~> 1.7.0"

gemspec path: "../"
11 changes: 6 additions & 5 deletions gemfiles/rails70_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "activeadmin"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3", "~> 1.7.0"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,16 +17,12 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin"
gem "rails", "~> 7.0.0"
gem "nokogiri", "~> 1.17.2"
gem "sqlite3", "~> 1.7.0"

gemspec path: "../"
15 changes: 13 additions & 2 deletions gemfiles/rails70_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ GEM
ferrum (~> 0.13.0)
date (3.3.3)
diff-lcs (1.5.0)
docile (1.4.1)
erubi (1.12.0)
fasterer (0.10.1)
colorize (~> 0.7)
Expand Down Expand Up @@ -167,6 +168,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.20.0)
mutex_m (0.3.0)
net-imap (0.3.7)
Expand All @@ -179,7 +181,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.17.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
Expand Down Expand Up @@ -295,14 +298,21 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
sexp_processor (4.17.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
thor (1.2.2)
timeout (0.4.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -341,6 +351,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sassc
simplecov
sprockets-rails
sqlite3 (~> 1.7.0)

Expand Down
11 changes: 6 additions & 5 deletions gemfiles/rails71_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 7.1.0"
gem "activeadmin"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,15 +17,11 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin"
gem "rails", "~> 7.1.0"
gem "sqlite3"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails71_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ GEM
ferrum (~> 0.15.0)
date (3.4.1)
diff-lcs (1.6.0)
docile (1.4.1)
drb (2.2.1)
erubi (1.13.1)
fasterer (0.11.0)
Expand Down Expand Up @@ -331,6 +332,12 @@ GEM
ffi (~> 1.9)
securerandom (0.4.1)
sexp_processor (4.17.3)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -380,6 +387,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sassc
simplecov
sprockets-rails
sqlite3

Expand Down
11 changes: 6 additions & 5 deletions gemfiles/rails72_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 7.2.0"
gem "activeadmin"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,15 +17,11 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin"
gem "rails", "~> 7.2.0"
gem "sqlite3"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails72_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ GEM
ferrum (~> 0.15.0)
date (3.4.1)
diff-lcs (1.6.0)
docile (1.4.1)
drb (2.2.1)
erubi (1.13.1)
fasterer (0.11.0)
Expand Down Expand Up @@ -325,6 +326,12 @@ GEM
ffi (~> 1.9)
securerandom (0.4.1)
sexp_processor (4.17.3)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -375,6 +382,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sassc
simplecov
sprockets-rails
sqlite3

Expand Down
11 changes: 6 additions & 5 deletions gemfiles/rails80_activeadmin.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

source "https://rubygems.org"

gem "rails", "~> 8.0.0"
gem "activeadmin"
gem "activeadmin_dynamic_fields", path: "../"
gem "appraisal", "~> 2.4"
gem "sqlite3"
gem "bigdecimal"
gem "mutex_m"
gem "puma"
Expand All @@ -12,15 +17,11 @@ gem "cuprite"
gem "rspec_junit_formatter"
gem "rspec-rails"
gem "rspec-retry"
gem "simplecov", require: false
gem "fasterer"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "pry-rails"
gem "activeadmin"
gem "rails", "~> 8.0.0"
gem "sqlite3"

gemspec path: "../"
8 changes: 8 additions & 0 deletions gemfiles/rails80_activeadmin.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ GEM
ferrum (~> 0.15.0)
date (3.4.1)
diff-lcs (1.6.0)
docile (1.4.1)
drb (2.2.1)
erubi (1.13.1)
fasterer (0.11.0)
Expand Down Expand Up @@ -346,6 +347,12 @@ GEM
ffi (~> 1.9)
securerandom (0.4.1)
sexp_processor (4.17.3)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -411,6 +418,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sassc
simplecov
sprockets-rails
sqlite3

Expand Down
3 changes: 3 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

ENV['RAILS_ENV'] = 'test'

require 'simplecov'
SimpleCov.start 'rails'

require File.expand_path('dummy/config/environment.rb', __dir__)

abort('The Rails environment is running in production mode!') if Rails.env.production?
Expand Down