diff --git a/Gemfile.lock b/Gemfile.lock index 0a35d4c..c4abb76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - clojurescript-rails (0.0.1) + clojurescript_rails (0.0.1) rails (~> 3.2.6) GEM @@ -34,8 +34,16 @@ GEM activesupport (3.2.6) i18n (~> 0.6) multi_json (~> 1.0) - arel (3.0.2) + arel (3.0.3) builder (3.0.0) + coderay (1.1.2) + columnize (0.9.0) + debugger (1.6.8) + columnize (>= 0.3.1) + debugger-linecache (~> 1.2.0) + debugger-ruby_core_source (~> 1.3.5) + debugger-linecache (1.2.0) + debugger-ruby_core_source (1.3.8) erubis (2.7.0) hike (1.2.1) i18n (0.6.0) @@ -43,14 +51,20 @@ GEM jquery-rails (2.0.2) railties (>= 3.2.0, < 5.0) thor (~> 0.14) - json (1.7.3) + json (1.8.6) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.19) + method_source (0.9.2) + mime-types (1.25.1) multi_json (1.3.6) - polyglot (0.3.3) + polyglot (0.3.5) + pry (0.12.2) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + pry-rails (0.3.9) + pry (>= 0.10.4) rack (1.4.1) rack-cache (1.2) rack (>= 0.4) @@ -80,18 +94,18 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.6) thor (0.15.4) tilt (1.3.3) - treetop (1.4.10) + treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.33) + tzinfo (0.3.55) PLATFORMS ruby DEPENDENCIES - clojurescript-rails! + clojurescript_rails! + debugger jquery-rails - sqlite3 + pry-rails