Skip to content

Commit

Permalink
Merge pull request #23 from orbanbotond/dependabot/bundler/guard-bund…
Browse files Browse the repository at this point in the history
…ler-2.2.1

Bump guard-bundler from 2.1.0 to 2.2.1
  • Loading branch information
orbanbotond authored Apr 19, 2020
2 parents a1f0693 + 32b0592 commit 581a8e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :development, :test do
gem "factory_bot_rails", "~> 4.8"
gem "ffaker", "~> 2.8"
gem "guard", "~> 2.14"
gem "guard-bundler", "~> 2.1", require: false
gem "guard-bundler", "~> 2.2", require: false
gem "guard-rspec", "~> 4.7", require: false
# gem "guard-rubocop", "~> 1.3", require: false
gem "pry-byebug", "~> 3.5"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ GEM
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-bundler (2.1.0)
bundler (~> 1.0)
guard-bundler (2.2.1)
bundler (>= 1.3.0, < 3)
guard (~> 2.2)
guard-compat (~> 1.1)
guard-compat (1.2.1)
Expand Down Expand Up @@ -246,15 +246,15 @@ GEM
nio4r (2.3.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
orm_adapter (0.5.0)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
pg (0.21.0)
pry (0.11.3)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
Expand Down Expand Up @@ -496,7 +496,7 @@ DEPENDENCIES
grape-swagger-ui (~> 2.2)
grape_on_rails_routes!
guard (~> 2.14)
guard-bundler (~> 2.1)
guard-bundler (~> 2.2)
guard-rspec (~> 4.7)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
Expand Down

0 comments on commit 581a8e5

Please # to comment.