Gemfile.lock in picturama-1.0.0beta vs Gemfile.lock in picturama-1.0.1
- old
+ new
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
- picturama (1.0.0beta)
- mini_magick (~> 3.6.0)
- stringex (~> 2.0.2)
+ picturama (1.0.1)
+ mini_magick (~> 3.6)
+ stringex (~> 2.0)
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
@@ -21,14 +21,14 @@
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.8)
- diff-lcs (1.2.4)
+ diff-lcs (1.2.5)
method_source (0.8.2)
mime-types (1.23)
- mini_magick (3.6.0)
+ mini_magick (3.8.1)
subexec (~> 0.2.1)
multi_json (1.7.6)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@@ -37,31 +37,36 @@
debugger (~> 1.3)
pry (>= 0.9.10, < 0.11.0)
rake (10.0.3)
rest-client (1.6.7)
mime-types (>= 1.16)
- rspec (2.13.0)
- rspec-core (~> 2.13.0)
- rspec-expectations (~> 2.13.0)
- rspec-mocks (~> 2.13.0)
- rspec-core (2.13.1)
- rspec-expectations (2.13.0)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.13.1)
+ rspec (3.0.0)
+ rspec-core (~> 3.0.0)
+ rspec-expectations (~> 3.0.0)
+ rspec-mocks (~> 3.0.0)
+ rspec-core (3.0.4)
+ rspec-support (~> 3.0.0)
+ rspec-expectations (3.0.4)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.0.0)
+ rspec-mocks (3.0.4)
+ rspec-support (~> 3.0.0)
+ rspec-support (3.0.4)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.6.0)
- stringex (2.0.2)
+ stringex (2.5.2)
subexec (0.2.3)
thor (0.18.1)
PLATFORMS
ruby
DEPENDENCIES
coveralls
+ debugger
picturama!
pry-debugger
rake
- rspec
+ rspec (= 3.0.0)