Skip to content

Commit

Permalink
Centralize sqlite3 dev dependency again
Browse files Browse the repository at this point in the history
Since it's now the same requirement for all supported Rails versions.
  • Loading branch information
deivid-rodriguez committed Oct 10, 2019
1 parent b88d1bf commit f37d527
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ end

gem "rails", "~> 6.0.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0.rc1", platform: :jruby
gem "sqlite3", "~> 1.4", platform: :mri

gemspec path: "."
1 change: 1 addition & 0 deletions Gemfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ group :test do
gem 'parallel_tests', '~> 2.26'
gem 'rails-i18n' # Provides default i18n for many languages
gem 'rspec-rails'
gem "sqlite3", "~> 1.4", platform: :mri
end
1 change: 0 additions & 1 deletion gemfiles/rails_52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))

gem "rails", "~> 5.2.3"
gem "activerecord-jdbcsqlite3-adapter", "~> 52.0", platform: :jruby
gem "sqlite3", "~> 1.4", platform: :mri

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_60_turbolinks.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))

gem "rails", "~> 6.0.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0.rc1", platform: :jruby
gem "sqlite3", "~> 1.4", platform: :mri

gem "turbolinks", "~> 5.2"

Expand Down

0 comments on commit f37d527

Please sign in to comment.