about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c066b8e..3936e58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -3,8 +3,10 @@ PATH
3 specs: 3 specs:
4 pokeviewer (0.1.0) 4 pokeviewer (0.1.0)
5 activerecord-diff 5 activerecord-diff
6 coffee-rails (~> 4.2)
6 enumerize 7 enumerize
7 haml 8 haml
9 jquery-rails
8 normalize-rails 10 normalize-rails
9 rails (~> 5.1.4) 11 rails (~> 5.1.4)
10 sass-rails (~> 5.0) 12 sass-rails (~> 5.0)
@@ -53,10 +55,18 @@ GEM
53 tzinfo (~> 1.1) 55 tzinfo (~> 1.1)
54 arel (8.0.0) 56 arel (8.0.0)
55 builder (3.2.3) 57 builder (3.2.3)
58 coffee-rails (4.2.2)
59 coffee-script (>= 2.2.0)
60 railties (>= 4.0.0)
61 coffee-script (2.4.1)
62 coffee-script-source
63 execjs
64 coffee-script-source (1.12.2)
56 concurrent-ruby (1.0.5) 65 concurrent-ruby (1.0.5)
57 enumerize (2.1.2) 66 enumerize (2.1.2)
58 activesupport (>= 3.2) 67 activesupport (>= 3.2)
59 erubi (1.6.1) 68 erubi (1.6.1)
69 execjs (2.7.0)
60 ffi (1.9.18) 70 ffi (1.9.18)
61 globalid (0.4.0) 71 globalid (0.4.0)
62 activesupport (>= 4.2.0) 72 activesupport (>= 4.2.0)
@@ -64,6 +74,10 @@ GEM
64 temple (>= 0.8.0) 74 temple (>= 0.8.0)
65 tilt 75 tilt
66 i18n (0.8.6) 76 i18n (0.8.6)
77 jquery-rails (4.3.1)
78 rails-dom-testing (>= 1, < 3)
79 railties (>= 4.2.0)
80 thor (>= 0.14, < 2.0)
67 loofah (2.0.3) 81 loofah (2.0.3)
68 nokogiri (>= 1.5.9) 82 nokogiri (>= 1.5.9)
69 mail (2.6.6) 83 mail (2.6.6)