diff --git a/Gemfile.lock b/Gemfile.lock index 593a8b1..e6e743a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,13 @@ +PATH + remote: . + specs: + rubycas-server (1.0.a) + activerecord (~> 3.0.0) + activesupport (~> 3.0.0) + crypt-isaac (~> 0.9.1) + gettext (~> 2.1.0) + sinatra (~> 1.0) + GEM remote: http://rubygems.org/ specs: @@ -58,7 +68,7 @@ GEM sinatra (1.1.0) rack (~> 1.1) tilt (~> 1.1) - sqlite3-ruby (1.3.2) + sqlite3 (1.3.3) tilt (1.1) tzinfo (0.3.23) xpath (0.1.2) @@ -70,6 +80,12 @@ PLATFORMS DEPENDENCIES activerecord (~> 3.0.0) activesupport (~> 3.0.0) + capybara crypt-isaac (~> 0.9.1) gettext (~> 2.1.0) + rack-test + rspec + rspec-core + rubycas-server! sinatra (~> 1.0) + sqlite3 (~> 1.3.1)