./Gemfile.lock in rack-scaffold-0.1.0 vs ./Gemfile.lock in rack-scaffold-0.2.0
- old
+ new
@@ -1,58 +1,84 @@
PATH
remote: .
specs:
- rack-scaffold (0.1.0)
+ rack-scaffold (0.2.0)
activesupport (>= 3.0)
rack (~> 1.4)
rack-contrib (~> 1.1)
sinatra (~> 1.4)
sinatra-contrib (~> 1.4)
sinatra-param (~> 0.1)
GEM
remote: https://rubygems.org/
specs:
- activesupport (4.0.0)
- i18n (~> 0.6, >= 0.6.4)
- minitest (~> 4.2)
- multi_json (~> 1.3)
+ activesupport (4.1.5)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- atomic (1.1.10)
- backports (3.3.3)
- eventmachine (1.0.3)
- i18n (0.6.4)
- minitest (4.7.5)
- multi_json (1.7.7)
+ tzinfo (~> 1.1)
+ backports (3.6.0)
+ core_data (0.1.1)
+ nokogiri (~> 1.4)
+ database_cleaner (1.3.0)
+ diff-lcs (1.2.5)
+ i18n (0.6.11)
+ json (1.8.1)
+ mini_portile (0.6.0)
+ minitest (5.4.0)
+ multi_json (1.10.1)
+ nokogiri (1.6.3.1)
+ mini_portile (= 0.6.0)
rack (1.5.2)
rack-contrib (1.1.0)
rack (>= 0.9.1)
- rack-protection (1.5.0)
+ rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
- rake (10.0.4)
- sinatra (1.4.3)
+ rake (10.3.2)
+ 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)
+ sequel (4.13.0)
+ sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
- sinatra-contrib (1.4.0)
+ sinatra-contrib (1.4.2)
backports (>= 2.0)
- eventmachine
+ multi_json
rack-protection
rack-test
- sinatra (~> 1.4.2)
+ sinatra (~> 1.4.0)
tilt (~> 1.3)
sinatra-param (0.1.3)
sinatra (~> 1.3)
- thread_safe (0.1.2)
- atomic
+ sqlite3 (1.3.9)
+ thread_safe (0.3.4)
tilt (1.4.1)
- tzinfo (0.3.37)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
+ core_data
+ database_cleaner
rack-scaffold!
+ rack-test
rake
+ rspec
+ sequel
+ sqlite3