Gemfile.lock in fawry-1.1.1 vs Gemfile.lock in fawry-1.2.1
- old
+ new
@@ -1,22 +1,22 @@
PATH
remote: .
specs:
- fawry (1.1.1)
+ fawry (1.2.1)
dry-validation (~> 1.3, >= 1.3.1)
faraday (~> 0.17.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
- ast (2.4.0)
+ ast (2.4.2)
byebug (11.0.1)
concurrent-ruby (1.1.7)
- crack (0.4.3)
- safe_yaml (~> 1.0.0)
+ crack (0.4.5)
+ rexml
diff-lcs (1.3)
dry-configurable (0.11.6)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-equalizer (~> 0.2)
@@ -52,21 +52,22 @@
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.4)
dry-equalizer (~> 0.2)
dry-initializer (~> 3.0)
dry-schema (~> 1.5, >= 1.5.2)
- faraday (0.17.1)
+ faraday (0.17.4)
multipart-post (>= 1.2, < 3)
- hashdiff (1.0.0)
- jaro_winkler (1.5.4)
+ hashdiff (1.0.1)
multipart-post (2.1.1)
- parallel (1.18.0)
- parser (2.6.5.0)
- ast (~> 2.4.0)
- public_suffix (4.0.1)
+ parallel (1.20.1)
+ parser (3.0.0.0)
+ ast (~> 2.4.1)
+ public_suffix (4.0.6)
rainbow (3.0.0)
rake (13.0.1)
+ regexp_parser (2.1.1)
+ rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
@@ -78,35 +79,38 @@
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
- rubocop (0.76.0)
- jaro_winkler (~> 1.5.1)
+ rubocop (1.11.0)
parallel (~> 1.10)
- parser (>= 2.6)
+ parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (>= 1.4.0, < 1.7)
- ruby-progressbar (1.10.1)
- safe_yaml (1.0.5)
- unicode-display_width (1.6.0)
- webmock (3.7.6)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.4.1)
+ parser (>= 2.7.1.5)
+ ruby-progressbar (1.11.0)
+ unicode-display_width (2.0.0)
+ webmock (3.12.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 2.0)
- byebug (~> 11.0, >= 11.0.1)
+ byebug (~> 11.0)
fawry!
rake (~> 13.0)
rspec (~> 3.0)
rspec_junit_formatter
- rubocop (~> 0.76.0)
- webmock (~> 3.7, >= 3.7.6)
+ rubocop (~> 1.11)
+ webmock (~> 3.12)
BUNDLED WITH
- 2.1.4
+ 2.2.3