Skip to content

Commit

Permalink
update bundler to 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Feb 14, 2017
1 parent 96323fc commit 4ef0067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.14.0)
bundler (~> 1.14.4)
byebug (~> 9.0.6)
capybara (~> 2.12.0)
codeclimate-test-reporter
Expand All @@ -411,4 +411,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.13)

BUNDLED WITH
1.14.3
1.14.4
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("simple_form", "~> 3.4.0")
spec.add_dependency("country_select", "~> 3.0.0")

spec.add_development_dependency("bundler", "~> 1.14.0")
spec.add_development_dependency("bundler", "~> 1.14.4")
spec.add_development_dependency("rake", "~> 12.0.0")
spec.add_development_dependency("sqlite3", "~> 1.3.13")
spec.add_development_dependency("rspec-rails", "~> 3.4.2")
Expand Down

0 comments on commit 4ef0067

Please sign in to comment.