Skip to content

Commit

Permalink
Bump rake to version 12.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Feb 29, 2020
1 parent 1952c14 commit 4ad9d25
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

services:
postgres:
image: postgres:9.6
image: postgres:11.6
env:
POSTGRES_USER: postgres
POSTGRES_DB: parentry_test
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
bundle install --jobs 4 --retry 3
- name: Run tests with RSpec
uses: paambaati/codeclimate-action@v2.4.0
uses: paambaati/codeclimate-action@v2.5.3
env:
CC_TEST_REPORTER_ID: 4a8875ec1a4bd9cc55d9fe48779be866f90ac331155d039fa3d13b2a61b4fa9f
STRATEGY: ${{ matrix.strategy }}
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/activerecord_5.1.5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (10.5.0)
rake (12.3.3)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
Expand Down Expand Up @@ -128,13 +128,13 @@ PLATFORMS
DEPENDENCIES
activerecord (= 5.1.5)
appraisal
bundler (~> 1.10)
bundler (~> 1.17)
combustion (~> 1.1)
database_cleaner (~> 1.6)
parentry!
pg (~> 1.2)
pry (~> 0.10)
rake (~> 10.0)
rake (~> 12.3)
rspec-rails (~> 3.7)
rubocop-rspec (~> 1.37)
simplecov (~> 0.16)
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/activerecord_5.2.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (10.5.0)
rake (12.3.3)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
Expand Down Expand Up @@ -128,13 +128,13 @@ PLATFORMS
DEPENDENCIES
activerecord (= 5.2.0)
appraisal
bundler (~> 1.10)
bundler (~> 1.17)
combustion (~> 1.1)
database_cleaner (~> 1.6)
parentry!
pg (~> 1.2)
pry (~> 0.10)
rake (~> 10.0)
rake (~> 12.3)
rspec-rails (~> 3.7)
rubocop-rspec (~> 1.37)
simplecov (~> 0.16)
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/activerecord_6.0.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (10.5.0)
rake (12.3.3)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
Expand Down Expand Up @@ -128,13 +128,13 @@ PLATFORMS
DEPENDENCIES
activerecord (= 6.0.0)
appraisal
bundler (~> 1.10)
bundler (~> 1.17)
combustion (~> 1.1)
database_cleaner (~> 1.6)
parentry!
pg (~> 1.2)
pry (~> 0.10)
rake (~> 10.0)
rake (~> 12.3)
rspec-rails (~> 3.7)
rubocop-rspec (~> 1.37)
simplecov (~> 0.16)
Expand Down
4 changes: 2 additions & 2 deletions parentry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activerecord', '>= 5.1', '< 6.1'

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'combustion', '~> 1.1'
spec.add_development_dependency 'database_cleaner', '~> 1.6'
spec.add_development_dependency 'pg', '~> 1.2'
spec.add_development_dependency 'pry', '~> 0.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec-rails', '~> 3.7'
spec.add_development_dependency 'rubocop-rspec', '~> 1.37'
spec.add_development_dependency 'simplecov', '~> 0.16'
Expand Down

0 comments on commit 4ad9d25

Please sign in to comment.