Skip to content

Commit 58ad1ee

Browse files
committed
bundle update
1 parent e3482c0 commit 58ad1ee

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "deckrb", "~> 0.5.2"
1414
gem "sass"
1515
gem "redcarpet"
1616
gem "rubyzip"
17-
gem "i18n", "~> 0.6.9"
17+
gem "i18n", "~> 0.7"
1818
gem 'font-awesome-sass'
1919
gem 'bootstrap-sass'
2020
gem 'jquery-cdn'

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.1.7)
5-
i18n (~> 0.6, >= 0.6.9)
4+
activesupport (4.2.0)
5+
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8-
thread_safe (~> 0.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
bootstrap-sass (3.3.1.0)
1111
sass (~> 3.2)
@@ -26,37 +26,37 @@ GEM
2626
diff-lcs (1.2.5)
2727
erector (0.10.0)
2828
treetop (>= 1.2.3)
29-
eventmachine (1.0.3)
29+
eventmachine (1.0.4)
3030
ffi (1.9.6)
3131
files (0.3.1)
3232
font-awesome-sass (4.2.2)
3333
sass (~> 3.2)
3434
hike (1.2.3)
3535
hitimes (1.2.2)
36-
i18n (0.6.11)
37-
jquery-cdn (2.1.1)
36+
i18n (0.7.0)
37+
jquery-cdn (2.1.3)
3838
sprockets (>= 2)
3939
json (1.8.1)
40-
listen (2.8.0)
40+
listen (2.8.4)
4141
celluloid (>= 0.15.2)
4242
rb-fsevent (>= 0.9.3)
4343
rb-inotify (>= 0.9)
44-
mini_portile (0.6.1)
45-
minitest (5.4.3)
44+
mini_portile (0.6.2)
45+
minitest (5.5.0)
4646
multi_json (1.10.1)
47-
nokogiri (1.6.4.1)
47+
nokogiri (1.6.5)
4848
mini_portile (~> 0.6.0)
4949
polyglot (0.3.5)
5050
predicated (0.2.6)
51-
rack (1.5.2)
51+
rack (1.6.0)
5252
rack-codehighlighter (0.5.0)
5353
nokogiri (>= 1.4.1)
5454
rack (>= 1.0.0)
5555
rack-protection (1.5.3)
5656
rack
5757
rack-test (0.6.2)
5858
rack (>= 1.0)
59-
rake (10.3.2)
59+
rake (10.4.2)
6060
rb-fsevent (0.9.4)
6161
rb-inotify (0.9.5)
6262
ffi (>= 0.5.0)
@@ -81,7 +81,7 @@ GEM
8181
ruby_parser (3.6.3)
8282
sexp_processor (~> 4.1)
8383
rubyzip (1.1.6)
84-
sass (3.4.8)
84+
sass (3.4.9)
8585
sexp_processor (4.4.4)
8686
sinatra (1.4.5)
8787
rack (~> 1.4)
@@ -102,7 +102,7 @@ GEM
102102
hitimes
103103
treetop (1.5.3)
104104
polyglot (~> 0.3)
105-
trollop (2.0)
105+
trollop (2.1.1)
106106
tzinfo (1.2.2)
107107
thread_safe (~> 0.1)
108108
wrong (0.7.1)
@@ -124,7 +124,7 @@ DEPENDENCIES
124124
eventmachine (~> 1.0.3)
125125
files (~> 0.3.0)
126126
font-awesome-sass
127-
i18n (~> 0.6.9)
127+
i18n (~> 0.7)
128128
jquery-cdn
129129
nokogiri
130130
rack-codehighlighter

0 commit comments

Comments
 (0)