Contraint on dependency.

This commit is contained in:
@@@No user configured@@@ 2015-11-25 00:22:57 +01:00
parent 58e493d441
commit df4745bcf1
2 changed files with 13 additions and 11 deletions

View file

@ -1,7 +1,7 @@
source "https://rubygems.org" source "https://rubygems.org"
## TODO: move to epafh.gemspect ## TODO: move to epafh.gemspect
gem 'mail' gem 'mail', '~> 2.6.3'
gem 'json' gem 'json'
gem 'thor' gem 'thor'
gem 'pry' gem 'pry'

View file

@ -1,3 +1,8 @@
PATH
remote: .
specs:
epafh (0.1.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -9,14 +14,11 @@ GEM
hash_validator (0.3.0) hash_validator (0.3.0)
http-cookie (1.0.2) http-cookie (1.0.2)
domain_name (~> 0.5) domain_name (~> 0.5)
i18n (0.6.0)
interception (0.5) interception (0.5)
json (1.8.3) json (1.8.3)
json (1.8.3-java) json (1.8.3-java)
mail (2.3.0) mail (2.6.3)
i18n (>= 0.4.0) mime-types (>= 1.16, < 3)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (2.7.2) mechanize (2.7.2)
domain_name (~> 0.5, >= 0.5.1) domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0.0) http-cookie (~> 1.0.0)
@ -35,7 +37,6 @@ GEM
mini_portile (= 0.6.0) mini_portile (= 0.6.0)
nokogiri (1.6.2.1-java) nokogiri (1.6.2.1-java)
ntlm-http (0.1.1) ntlm-http (0.1.1)
polyglot (0.3.3)
pry (0.10.0) pry (0.10.0)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
@ -48,13 +49,11 @@ GEM
pry-rescue (1.4.2) pry-rescue (1.4.2)
interception (>= 0.5) interception (>= 0.5)
pry pry
rake (10.4.2)
slop (3.5.0) slop (3.5.0)
spoon (0.0.4) spoon (0.0.4)
ffi ffi
thor (0.14.6) thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf (0.1.4-java) unf (0.1.4-java)
@ -66,13 +65,16 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bundler (~> 1.10)
colorize colorize
epafh!
hash_validator hash_validator
json json
mail mail (>= 2.4.4)
mechanize mechanize
pry pry
pry-rescue pry-rescue
rake (~> 10.0)
thor thor
BUNDLED WITH BUNDLED WITH