forked from bofh/fetsite
29
Gemfile.lock
29
Gemfile.lock
@@ -9,6 +9,7 @@ GIT
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.2.9)
|
||||
actionmailer (3.2.13)
|
||||
actionpack (= 3.2.13)
|
||||
mail (~> 2.5.3)
|
||||
@@ -53,6 +54,7 @@ GEM
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
json (>= 1.7)
|
||||
charlock_holmes (0.6.9.4)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cocaine (0.5.3)
|
||||
@@ -73,6 +75,7 @@ GEM
|
||||
erubis (2.7.0)
|
||||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
expression_parser (0.9.0)
|
||||
factory_girl (4.3.0)
|
||||
activesupport (>= 3.0.0)
|
||||
factory_girl_rails (4.3.0)
|
||||
@@ -87,12 +90,25 @@ GEM
|
||||
formtastic-bootstrap (2.1.3)
|
||||
formtastic (~> 2.2)
|
||||
git (1.2.6)
|
||||
github-markup (0.7.5)
|
||||
gitlab-grit (2.6.0)
|
||||
charlock_holmes (~> 0.6.9)
|
||||
diff-lcs (~> 1.1)
|
||||
mime-types (~> 1.15)
|
||||
posix-spawn (~> 0.3.6)
|
||||
globalize (3.0.4)
|
||||
activemodel (>= 3.0.0, < 4.0.0)
|
||||
activerecord (>= 3.0.0, < 4.0.0)
|
||||
globalize-versioning (0.1.0.alpha.1)
|
||||
globalize (>= 3, < 5)
|
||||
paper_trail (~> 3.0.0)
|
||||
gollum-lib (2.0.0)
|
||||
github-markup (>= 0.7.5, < 1.0.0)
|
||||
gitlab-grit (= 2.6.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
rouge (~> 1.3.1)
|
||||
sanitize (~> 2.0.6)
|
||||
stringex (~> 2.1.0)
|
||||
haml (4.0.5)
|
||||
tilt
|
||||
hashie (2.0.5)
|
||||
@@ -150,6 +166,7 @@ GEM
|
||||
cocaine (~> 0.5.0)
|
||||
mime-types
|
||||
polyglot (0.3.3)
|
||||
posix-spawn (0.3.8)
|
||||
pyu-ruby-sasl (0.0.3.3)
|
||||
rack (1.4.5)
|
||||
rack-cache (1.2)
|
||||
@@ -177,8 +194,10 @@ GEM
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
ref (1.0.5)
|
||||
rinku (1.7.3)
|
||||
rmagick (2.13.2)
|
||||
rolify (3.2.0)
|
||||
rouge (1.3.4)
|
||||
rspec-core (2.14.7)
|
||||
rspec-expectations (2.14.4)
|
||||
diff-lcs (>= 1.1.3, < 2.0)
|
||||
@@ -208,6 +227,7 @@ GEM
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sqlite3 (1.3.8)
|
||||
stringex (2.1.2)
|
||||
themes_for_rails (0.5.1)
|
||||
rails (>= 3.0.0)
|
||||
therubyracer (0.12.0)
|
||||
@@ -226,11 +246,17 @@ GEM
|
||||
json (>= 1.8.0)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
webrick (1.3.1)
|
||||
wikicloth (0.8.1)
|
||||
builder
|
||||
expression_parser
|
||||
rinku
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
RedCloth
|
||||
annotate (>= 2.5.0)
|
||||
awesome_nested_set
|
||||
bootstrap-addons-rails
|
||||
@@ -247,6 +273,7 @@ DEPENDENCIES
|
||||
git
|
||||
globalize (~> 3.0.4)
|
||||
globalize-versioning
|
||||
gollum-lib
|
||||
haml
|
||||
jquery-fileupload-rails
|
||||
jquery-rails
|
||||
@@ -271,3 +298,5 @@ DEPENDENCIES
|
||||
therubyracer
|
||||
tinymce-rails (~> 3.5.8)
|
||||
uglifier (>= 1.0.3)
|
||||
webrick (= 1.3.1)
|
||||
wikicloth
|
||||
|
||||
Reference in New Issue
Block a user