Skip to content
Open
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
36 changes: 28 additions & 8 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,39 @@
appraise "4.0" do
gem "rails", "~> 4.0.12"
end

appraise "4.1" do
gem "rails", "~> 4.1.8"
end

# appraise "4.0" do
# gem "rails", "~> 4.0.12"
# gem 'sqlite3', '~> 1.3.6', :platforms => [:ruby]
# gem "pg", "~> 0.11"
# gem 'bigdecimal', '1.3.5'
# end
#
# appraise "4.1" do
# gem "rails", "~> 4.1.8"
# gem 'sqlite3', '~> 1.3.6', :platforms => [:ruby]
# gem "pg", "~> 0.11"
# gem 'bigdecimal', '1.3.5'
# end
#
appraise "4.2" do
gem "rails", "~> 4.2.0"
gem 'sqlite3', '~> 1.3.6', :platforms => [:ruby]
gem "pg", "~> 0.11"
gem 'bigdecimal', '1.3.5'
end

appraise "5.2" do
gem "rails", "~> 5.2.0"
gem 'sqlite3', '~> 1.3.6', :platforms => [:ruby]
gem "pg", "~> 0.11"
gem 'bigdecimal', '1.3.5'
end

appraise "6.0" do
gem "rails", "~> 6.0.2"
gem "sqlite3", "~> 1.4"
gem "pg", "~> 0.11"
end

appraise "7.0" do
gem "rails", "7.0.3"
gem "sqlite3", "~> 1.4"
gem "pg", "~> 1.1"
end
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ source "http://rubygems.org"
gem 'rubysl', '~> 2.0', :platforms => [:rbx]

gem 'activerecord-jdbcsqlite3-adapter', :platforms => [:jruby]
gem 'sqlite3', '~> 1.3.6', :platforms => [:ruby]

gemspec
71 changes: 34 additions & 37 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,48 +1,47 @@
PATH
remote: .
specs:
nilify_blanks (1.3.0)
nilify_blanks (1.4.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activerecord (6.0.2.1)
activemodel (= 6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
activemodel (7.0.3)
activesupport (= 7.0.3)
activerecord (7.0.3)
activemodel (= 7.0.3)
activesupport (= 7.0.3)
activesupport (7.0.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
appraisal (2.2.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
ffi2-generators (0.1.1)
i18n (1.8.2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
minitest (5.14.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
minitest (5.15.0)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubysl (2.2.0)
rubysl-abbrev (~> 2.0)
rubysl-base64 (~> 2.0)
Expand Down Expand Up @@ -150,7 +149,7 @@ GEM
rubysl-curses (2.0.1)
rubysl-date (2.0.9)
rubysl-delegate (2.0.1)
rubysl-digest (2.0.8)
rubysl-digest (2.1)
rubysl-drb (2.0.1)
rubysl-e2mmap (2.0.0)
rubysl-english (2.0.0)
Expand Down Expand Up @@ -200,7 +199,7 @@ GEM
rubysl-observer (2.0.0)
rubysl-open-uri (2.0.0)
rubysl-open3 (2.0.0)
rubysl-openssl (2.10)
rubysl-openssl (2.13)
rubysl-optparse (2.0.1)
rubysl-shellwords (~> 2.0)
rubysl-ostruct (2.1.0)
Expand Down Expand Up @@ -245,12 +244,10 @@ GEM
rubysl-xmlrpc (2.0.0)
rubysl-yaml (2.1.0)
rubysl-zlib (2.0.1)
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.2.2)
sqlite3 (1.4.2)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby
Expand All @@ -262,7 +259,7 @@ DEPENDENCIES
rake (~> 13.0.1)
rspec (>= 3.8.0)
rubysl (~> 2.0)
sqlite3 (~> 1.3.6)
sqlite3 (>= 1.3.6)

BUNDLED WITH
1.17.3
2 changes: 2 additions & 0 deletions gemfiles/4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source "http://rubygems.org"
gem "rubysl", "~> 2.0", platforms: [:rbx]
gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby]
gem "sqlite3", "~> 1.3.6", platforms: [:ruby]
gem "pg", "~> 0.11"
gem "bigdecimal", "1.3.5"
gem "rails", "~> 4.0.12"

gemspec path: "../"
48 changes: 26 additions & 22 deletions gemfiles/4.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nilify_blanks (1.3.0)
nilify_blanks (1.4.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

Expand Down Expand Up @@ -32,23 +32,25 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
appraisal (2.2.0)
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)
arel (4.0.2)
bigdecimal (1.3.5)
builder (3.1.4)
concurrent-ruby (1.1.4)
diff-lcs (1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
erubis (2.7.0)
ffi2-generators (0.1.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.0.1)
mini_mime (1.1.2)
minitest (4.7.5)
multi_json (1.13.1)
multi_json (1.15.0)
pg (0.21.0)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -65,20 +67,20 @@ GEM
activesupport (= 4.0.13)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubysl (2.2.0)
rubysl-abbrev (~> 2.0)
rubysl-base64 (~> 2.0)
Expand Down Expand Up @@ -186,7 +188,7 @@ GEM
rubysl-curses (2.0.1)
rubysl-date (2.0.9)
rubysl-delegate (2.0.1)
rubysl-digest (2.0.8)
rubysl-digest (2.1)
rubysl-drb (2.0.1)
rubysl-e2mmap (2.0.0)
rubysl-english (2.0.0)
Expand Down Expand Up @@ -236,7 +238,7 @@ GEM
rubysl-observer (2.0.0)
rubysl-open-uri (2.0.0)
rubysl-open3 (2.0.0)
rubysl-openssl (2.10)
rubysl-openssl (2.13)
rubysl-optparse (2.0.1)
rubysl-shellwords (~> 2.0)
rubysl-ostruct (2.1.0)
Expand Down Expand Up @@ -289,17 +291,19 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.13)
thor (0.20.3)
thor (1.2.1)
thread_safe (0.3.6)
tzinfo (0.3.55)
tzinfo (0.3.60)

PLATFORMS
ruby

DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal (>= 1.0.2)
bigdecimal (= 1.3.5)
nilify_blanks!
pg (~> 0.11)
rails (~> 4.0.12)
rake (~> 13.0.1)
rspec (>= 3.8.0)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source "http://rubygems.org"
gem "rubysl", "~> 2.0", platforms: [:rbx]
gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby]
gem "sqlite3", "~> 1.3.6", platforms: [:ruby]
gem "pg", "~> 0.11"
gem "bigdecimal", "1.3.5"
gem "rails", "~> 4.1.8"

gemspec path: "../"
Loading