Skip to content

Commit 1d1f935

Browse files
committed
Ruby 2.2.4 + bump gems
UPDATED: autoprefixer-rails 6.3.6 6.3.6.2 concurrent-ruby 1.0.1 1.0.2 execjs 2.6.0 2.7.0 font-awesome-sass 4.5.0 4.6.2 jquery-cdn 2.2.2 2.2.4 listen 3.1.1 3.1.5 mini_portile2 2.0.0 2.1.0 minitest 5.8.4 5.9.0 multi_json 1.11.2 1.12.1 nokogiri 1.6.7.2 1.6.8 thin 1.6.4 1.7.0 tilt 2.0.2 2.0.5 ADDED: pkg-config 1.1.7 ruby_dep 1.3.1
1 parent 7e8d3b1 commit 1d1f935

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.4

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.2.0
3+
- 2.2.4
44
cache: bundler
55
sudo: false

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby '2.2.0'
3+
ruby '2.2.4'
44

55
gem 'activesupport'
66
gem "erector", "~> 0.10.0"

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ GEM
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
autoprefixer-rails (6.3.6)
10+
autoprefixer-rails (6.3.6.2)
1111
execjs
1212
backports (3.6.8)
1313
bootstrap-sass (3.3.6)
1414
autoprefixer-rails (>= 5.2.1)
1515
sass (>= 3.3.4)
1616
coderay (1.1.1)
17-
concurrent-ruby (1.0.1)
17+
concurrent-ruby (1.0.2)
1818
daemons (1.2.3)
1919
deckrb (0.5.2)
2020
coderay
@@ -30,23 +30,26 @@ GEM
3030
erector (0.10.0)
3131
treetop (>= 1.2.3)
3232
eventmachine (1.0.9.1)
33-
execjs (2.6.0)
33+
execjs (2.7.0)
3434
ffi (1.9.10)
3535
files (0.3.1)
36-
font-awesome-sass (4.5.0)
36+
font-awesome-sass (4.6.2)
3737
sass (>= 3.2)
3838
i18n (0.7.0)
39-
jquery-cdn (2.2.2)
39+
jquery-cdn (2.2.4)
4040
sprockets (>= 2)
4141
json (1.8.3)
42-
listen (3.1.1)
43-
rb-fsevent (>= 0.9.3)
44-
rb-inotify (>= 0.9.7)
45-
mini_portile2 (2.0.0)
46-
minitest (5.8.4)
47-
multi_json (1.11.2)
48-
nokogiri (1.6.7.2)
49-
mini_portile2 (~> 2.0.0.rc2)
42+
listen (3.1.5)
43+
rb-fsevent (~> 0.9, >= 0.9.4)
44+
rb-inotify (~> 0.9, >= 0.9.7)
45+
ruby_dep (~> 1.2)
46+
mini_portile2 (2.1.0)
47+
minitest (5.9.0)
48+
multi_json (1.12.1)
49+
nokogiri (1.6.8)
50+
mini_portile2 (~> 2.1.0)
51+
pkg-config (~> 1.1.7)
52+
pkg-config (1.1.7)
5053
polyglot (0.3.5)
5154
rack (1.6.4)
5255
rack-codehighlighter (0.5.1)
@@ -76,6 +79,7 @@ GEM
7679
diff-lcs (>= 1.2.0, < 2.0)
7780
rspec-support (~> 3.4.0)
7881
rspec-support (3.4.1)
82+
ruby_dep (1.3.1)
7983
rubyzip (1.2.0)
8084
sass (3.4.22)
8185
sinatra (1.4.7)
@@ -92,12 +96,12 @@ GEM
9296
sprockets (3.6.0)
9397
concurrent-ruby (~> 1.0)
9498
rack (> 1, < 3)
95-
thin (1.6.4)
99+
thin (1.7.0)
96100
daemons (~> 1.0, >= 1.0.9)
97101
eventmachine (~> 1.0, >= 1.0.4)
98-
rack (~> 1.0)
102+
rack (>= 1, < 3)
99103
thread_safe (0.3.5)
100-
tilt (2.0.2)
104+
tilt (2.0.5)
101105
treetop (1.6.5)
102106
polyglot (~> 0.3)
103107
trollop (2.1.2)
@@ -134,4 +138,4 @@ DEPENDENCIES
134138
thin
135139

136140
BUNDLED WITH
137-
1.10.6
141+
1.11.2

0 commit comments

Comments
 (0)