Skip to content

Commit

Permalink
Merge d5ff6dd into bf3049b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 18, 2019
2 parents bf3049b + d5ff6dd commit 7168439
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec

group :active_record do
gem 'sqlite3', '~> 1.3.0'
gem 'sqlite3', '~> 1.4.0'
end

group :mongoid do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2_stable.gemfile
Expand Up @@ -6,7 +6,7 @@ gem "rails", "~> 4.2.0"
gem "bundler", "< 2"

group :active_record do
gem "sqlite3", "~> 1.3.0"
gem "sqlite3", "~> 1.4.0"
end

group :mongoid do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0_stable.gemfile
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 5.0.0"

group :active_record do
gem "sqlite3", "~> 1.3.0"
gem "sqlite3", "~> 1.4.0"
end

group :mongoid do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1_stable.gemfile
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 5.1.0"

group :active_record do
gem "sqlite3", "~> 1.3.0"
gem "sqlite3", "~> 1.4.0"
end

group :mongoid do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_stable.gemfile
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 5.2.0"

group :active_record do
gem "sqlite3", "~> 1.3.0"
gem "sqlite3", "~> 1.4.0"
end

group :mongoid do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_beta.gemfile
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "rails", "~> 6.0.0.rc1"

group :active_record do
gem "sqlite3", "~> 1.3.0"
gem "sqlite3", "~> 1.4.0"
end

group :mongoid do
Expand Down

0 comments on commit 7168439

Please sign in to comment.