Skip to content

Commit

Permalink
bump bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
gathuku committed Dec 9, 2020
1 parent 42860c9 commit 011c34a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mpesa (0.1.1)
mpesa (0.2.0)
faraday (~> 0.17.0)
json (~> 2.2)
openssl (~> 2.1)
Expand All @@ -12,52 +12,52 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
builder (3.2.3)
byebug (11.0.1)
coderay (1.1.2)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crack (0.4.4)
docile (1.3.2)
faraday (0.17.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
hashdiff (1.0.0)
hashdiff (1.0.1)
json (2.3.1)
method_source (0.9.2)
minitest (5.12.2)
method_source (1.0.0)
minitest (5.14.2)
minitest-reporters (1.4.2)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multipart-post (2.1.1)
openssl (2.1.2)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
openssl (2.2.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.1)
pry (~> 0.13.0)
public_suffix (4.0.6)
rake (12.3.3)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
tins (1.22.2)
vcr (5.0.0)
webmock (3.7.6)
thor (1.0.1)
tins (1.26.0)
sync
vcr (5.1.0)
webmock (3.10.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -66,7 +66,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.0.0)
bundler (~> 2.1.4)
byebug (~> 11.0)
coveralls (~> 0.8)
minitest (~> 5.0)
Expand All @@ -79,4 +79,4 @@ DEPENDENCIES
webmock (~> 3.7, >= 3.7.6)

BUNDLED WITH
2.0.2
2.1.4
2 changes: 1 addition & 1 deletion lib/mpesa/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mpesa
VERSION = "0.1.1"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion mpesa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~>2.0.0'
spec.add_development_dependency 'bundler', '~>2.1.4'
spec.add_development_dependency 'rake', '~>12.3'
# dependancies
spec.add_runtime_dependency 'faraday', '~> 0.17.0'
Expand Down

0 comments on commit 011c34a

Please sign in to comment.