Skip to content

Commit

Permalink
improving dependency spec
Browse files Browse the repository at this point in the history
  • Loading branch information
plentz committed Apr 3, 2019
1 parent 9e24208 commit 70584fd
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 84 deletions.
7 changes: 0 additions & 7 deletions Gemfile
@@ -1,10 +1,3 @@
source 'https://rubygems.org'

gemspec

gem 'actionpack'
gem 'activerecord'
gem 'railties'
gem 'rspec-rails'
gem 'sqlite3', '~> 1.3.5'
gem 'test-unit'
7 changes: 0 additions & 7 deletions Gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
minitest (5.11.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
power_assert (1.1.4)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -94,8 +93,6 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.3.13)
test-unit (3.3.1)
power_assert
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -105,15 +102,11 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack
activerecord
appraisal (~> 2.2)
lol_dba!
railties
rspec-rails
simplecov (~> 0.1)
sqlite3 (~> 1.3.5)
test-unit

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_3_2.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 3.2.21"
gem "activerecord", "~> 3.2.21"
gem "actionpack", "~> 3.2.21"
gem "railties", "~> 3.2.21"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_3_2.gemfile.lock
Expand Up @@ -46,7 +46,6 @@ GEM
journey (1.0.4)
json (2.2.0)
multi_json (1.13.1)
power_assert (1.1.4)
rack (1.4.7)
rack-cache (1.9.0)
rack (>= 0.4)
Expand Down Expand Up @@ -90,9 +89,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
tilt (1.4.1)
tzinfo (0.3.55)
Expand All @@ -108,8 +105,7 @@ DEPENDENCIES
railties (~> 3.2.21)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_4_0.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 4.0.13"
gem "activerecord", "~> 4.0.13"
gem "actionpack", "~> 4.0.13"
gem "railties", "~> 4.0.13"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_4_0.gemfile.lock
Expand Up @@ -45,7 +45,6 @@ GEM
json (2.2.0)
minitest (4.7.5)
multi_json (1.13.1)
power_assert (1.1.4)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -77,9 +76,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (0.3.55)
Expand All @@ -95,8 +92,7 @@ DEPENDENCIES
railties (~> 4.0.13)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_4_1.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 4.1.9"
gem "activerecord", "~> 4.1.9"
gem "actionpack", "~> 4.1.9"
gem "railties", "~> 4.1.9"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_4_1.gemfile.lock
Expand Up @@ -45,7 +45,6 @@ GEM
concurrent-ruby (~> 1.0)
json (1.8.6)
minitest (5.11.3)
power_assert (1.1.4)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -77,9 +76,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -96,8 +93,7 @@ DEPENDENCIES
railties (~> 4.1.9)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_4_2.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 4.2.0"
gem "activerecord", "~> 4.2.0"
gem "actionpack", "~> 4.2.0"
gem "railties", "~> 4.2.0"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_4_2.gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
minitest (5.11.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
power_assert (1.1.4)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -95,9 +94,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -114,8 +111,7 @@ DEPENDENCIES
railties (~> 4.2.0)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_5_0.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 5.0.0"
gem "activerecord", "~> 5.0.0"
gem "actionpack", "~> 5.0.0"
gem "railties", "~> 5.0.0"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_5_0.gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
minitest (5.11.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
power_assert (1.1.4)
rack (2.0.7)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -93,9 +92,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -112,8 +109,7 @@ DEPENDENCIES
railties (~> 5.0.0)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_5_1.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 5.1.0"
gem "activerecord", "~> 5.1.0"
gem "actionpack", "~> 5.1.0"
gem "railties", "~> 5.1.0"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_5_1.gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
minitest (5.11.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
power_assert (1.1.4)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -93,9 +92,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -112,8 +109,7 @@ DEPENDENCIES
railties (~> 5.1.0)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
5 changes: 1 addition & 4 deletions gemfiles/rails_5_2.gemfile
Expand Up @@ -2,11 +2,8 @@

source "https://rubygems.org"

gem "actionpack", "~> 5.2.0"
gem "activerecord", "~> 5.2.0"
gem "actionpack", "~> 5.2.0"
gem "railties", "~> 5.2.0"
gem "rspec-rails"
gem "sqlite3"
gem "test-unit"

gemspec path: "../"
8 changes: 2 additions & 6 deletions gemfiles/rails_5_2.gemfile.lock
Expand Up @@ -55,7 +55,6 @@ GEM
minitest (5.11.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
power_assert (1.1.4)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -93,9 +92,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.4.0)
test-unit (3.3.1)
power_assert
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -112,8 +109,7 @@ DEPENDENCIES
railties (~> 5.2.0)
rspec-rails
simplecov (~> 0.1)
sqlite3
test-unit
sqlite3 (~> 1.3.5)

BUNDLED WITH
1.17.3
2 changes: 2 additions & 0 deletions lol_dba.gemspec
Expand Up @@ -25,4 +25,6 @@ Gem::Specification.new do |s|

s.add_development_dependency 'appraisal', '~> 2.2'
s.add_development_dependency 'simplecov', '~> 0.1'
s.add_development_dependency 'sqlite3', '~> 1.3.5'
s.add_development_dependency 'rspec-rails'
end

0 comments on commit 70584fd

Please sign in to comment.