Gemfile.lock in sequel_password-0.1 vs Gemfile.lock in sequel_password-0.1.1
- old
+ new
@@ -1,12 +1,12 @@
PATH
remote: .
specs:
sequel_password (0.1)
- bcrypt (~> 3.1.10)
+ bcrypt (~> 3.1, >= 3.1.10)
pbkdf2-ruby (~> 0.2.1)
- sequel (~> 4.21.0)
+ sequel (~> 4.21, >= 4.21.0)
GEM
remote: https://rubygems.org/
specs:
bcrypt (3.1.10)
@@ -37,9 +37,9 @@
PLATFORMS
ruby
DEPENDENCIES
- rspec (~> 3.2.0)
+ rspec (~> 3.2, >= 3.2.0)
sequel_password!
simplecov (~> 0.9.2)
- sqlite3 (~> 1.3.10)
+ sqlite3 (~> 1.3, >= 1.3.10)