Skip to content

Commit

Permalink
Added Gemfile.lock to source control because it's needed by Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Sadler committed Sep 4, 2014
1 parent 2cabb59 commit c23cdb4
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ resources/dev
.bundle
.vagrant
Vagrantfile
Gemfile.lock
129 changes: 129 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
PATH
remote: .
specs:
rubycas-server (1.1.3.pre)
activerecord (>= 2.3.12, < 4.0)
activesupport (>= 2.3.12, < 4.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
activerecord (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
appraisal (0.4.1)
bundler
rake
arel (3.0.3)
builder (3.0.4)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
crack (0.4.2)
safe_yaml (~> 1.0.0)
crypt-isaac (0.9.1)
diff-lcs (1.2.5)
ffi (1.9.3)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-rspec (2.0.0)
guard (>= 1.1)
rspec (~> 2.11)
i18n (0.6.11)
listen (2.7.9)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mime-types (2.3)
mini_portile (0.6.0)
multi_json (1.10.1)
net-ldap (0.1.1)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
r18n-core (1.1.11)
rack (1.5.2)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (0.8.7)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.2)
rubyzip (1.1.6)
safe_yaml (1.0.3)
selenium-webdriver (2.42.0)
childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-r18n (1.1.11)
r18n-core (= 1.1.11)
sinatra (>= 1.3)
sqlite3 (1.3.9)
thor (0.19.1)
tilt (1.4.1)
timers (1.1.0)
tzinfo (0.3.41)
webmock (1.18.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
websocket (1.0.7)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
activeresource (>= 2.3.12, < 4.0)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
guard (~> 1.4.0)
guard-rspec (= 2.0.0)
net-ldap (~> 0.1.1)
nokogiri (~> 1.3)
rack-test
rake (= 0.8.7)
rb-fsevent (~> 0.9.2)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
webmock (~> 1.8)

0 comments on commit c23cdb4

Please sign in to comment.