Skip to content

Commit

Permalink
updates epics gem to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim committed May 30, 2018
1 parent d6200fa commit 1a4f3f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ENV['EBICS_CLIENT'] == 'Blebics::Client'
gem 'blebics-wrapper', git: 'git@github.com:railslove/blebics-wrapper.git'
else
gem 'pg'
gem 'epics', '~> 1.5.0'
gem 'epics', '~> 1.6.0'
end

group :development, :test do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@ GEM
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
epics (1.5.1)
epics (1.6.0)
faraday
gyoku
nokogiri
rubyzip (>= 1.0.0)
nokogiri (~> 1.8.2)
rubyzip (>= 1.2.1)
equalizer (0.0.11)
fabrication (2.18.0)
faker (1.8.4)
i18n (~> 0.5)
faraday (0.13.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
ffi (1.9.18-java)
Expand All @@ -85,8 +84,6 @@ GEM
grape-swagger-entity (0.2.2)
grape-entity (>= 0.5.0)
grape-swagger (>= 0.20.4)
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (0.3.7)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -188,7 +185,7 @@ DEPENDENCIES
cmxl
database_cleaner
dotenv
epics (~> 1.5.0)
epics (~> 1.6.0)
fabrication
faker
faraday
Expand All @@ -210,3 +207,6 @@ DEPENDENCIES
sequel
timecop
webmock

BUNDLED WITH
1.16.0

0 comments on commit 1a4f3f5

Please sign in to comment.