Skip to content

Commit f2f90d2

Browse files
committed
1 parent fd0d62e commit f2f90d2

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '2.5.1'
44
gem 'puma'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 4.2.7.1'
7+
gem 'rails', '~> 4.2.8'
88
# Use SCSS for stylesheets
99
gem 'sass-rails', '~> 5.0'
1010
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.7.1)
5-
actionpack (= 4.2.7.1)
6-
actionview (= 4.2.7.1)
7-
activejob (= 4.2.7.1)
4+
actionmailer (4.2.10)
5+
actionpack (= 4.2.10)
6+
actionview (= 4.2.10)
7+
activejob (= 4.2.10)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.7.1)
11-
actionview (= 4.2.7.1)
12-
activesupport (= 4.2.7.1)
10+
actionpack (4.2.10)
11+
actionview (= 4.2.10)
12+
activesupport (= 4.2.10)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.7.1)
18-
activesupport (= 4.2.7.1)
17+
actionview (4.2.10)
18+
activesupport (= 4.2.10)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2323
active_model_serializers (0.10.7)
2424
actionpack (>= 4.1, < 6)
2525
activemodel (>= 4.1, < 6)
2626
case_transform (>= 0.2)
2727
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
28-
activejob (4.2.7.1)
29-
activesupport (= 4.2.7.1)
28+
activejob (4.2.10)
29+
activesupport (= 4.2.10)
3030
globalid (>= 0.3.0)
31-
activemodel (4.2.7.1)
32-
activesupport (= 4.2.7.1)
31+
activemodel (4.2.10)
32+
activesupport (= 4.2.10)
3333
builder (~> 3.1)
34-
activerecord (4.2.7.1)
35-
activemodel (= 4.2.7.1)
36-
activesupport (= 4.2.7.1)
34+
activerecord (4.2.10)
35+
activemodel (= 4.2.10)
36+
activesupport (= 4.2.10)
3737
arel (~> 6.0)
38-
activesupport (4.2.7.1)
38+
activesupport (4.2.10)
3939
i18n (~> 0.7)
40-
json (~> 1.7, >= 1.7.7)
4140
minitest (~> 5.1)
4241
thread_safe (~> 0.3, >= 0.3.4)
4342
tzinfo (~> 1.1)
@@ -702,16 +701,16 @@ GEM
702701
rack (1.6.10)
703702
rack-test (0.6.3)
704703
rack (>= 1.0)
705-
rails (4.2.7.1)
706-
actionmailer (= 4.2.7.1)
707-
actionpack (= 4.2.7.1)
708-
actionview (= 4.2.7.1)
709-
activejob (= 4.2.7.1)
710-
activemodel (= 4.2.7.1)
711-
activerecord (= 4.2.7.1)
712-
activesupport (= 4.2.7.1)
704+
rails (4.2.10)
705+
actionmailer (= 4.2.10)
706+
actionpack (= 4.2.10)
707+
actionview (= 4.2.10)
708+
activejob (= 4.2.10)
709+
activemodel (= 4.2.10)
710+
activerecord (= 4.2.10)
711+
activesupport (= 4.2.10)
713712
bundler (>= 1.3.0, < 2.0)
714-
railties (= 4.2.7.1)
713+
railties (= 4.2.10)
715714
sprockets-rails
716715
rails-deprecated_sanitizer (1.0.3)
717716
activesupport (>= 4.2.0.alpha)
@@ -726,9 +725,9 @@ GEM
726725
rails_stdout_logging
727726
rails_serve_static_assets (0.0.5)
728727
rails_stdout_logging (0.0.5)
729-
railties (4.2.7.1)
730-
actionpack (= 4.2.7.1)
731-
activesupport (= 4.2.7.1)
728+
railties (4.2.10)
729+
actionpack (= 4.2.10)
730+
activesupport (= 4.2.10)
732731
rake (>= 0.8.7)
733732
thor (>= 0.18.1, < 2.0)
734733
rake (12.3.1)
@@ -819,7 +818,7 @@ DEPENDENCIES
819818
pg_search
820819
poltergeist
821820
puma
822-
rails (~> 4.2.7.1)
821+
rails (~> 4.2.8)
823822
rails_12factor
824823
responders (~> 2.0)
825824
rmagick

0 commit comments

Comments
 (0)