Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit 36bb709

Browse files
committed
Update gems
1 parent 2a3a5cc commit 36bb709

5 files changed

+88
-109
lines changed

Gemfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.3.1'
3+
ruby '2.4.1'
44

5-
gem 'rails', '5.0.0.1'
5+
gem 'rails'
66
gem 'pg'
77
gem 'uglifier'
88
gem 'rails_12factor'
@@ -15,8 +15,6 @@ gem 'validate_url'
1515
gem 'domainatrix'
1616
gem 'gravatarify'
1717
gem 'phony_rails'
18-
gem 'platform-api', github: 'jalada/platform-api', branch: 'master'
19-
gem 'letsencrypt-rails-heroku', group: 'production'
2018
gem 'sucker_punch', '~> 2.0'
2119

2220

Gemfile.lock

+70-89
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,47 @@
1-
GIT
2-
remote: git://github.com/jalada/platform-api.git
3-
revision: 45ddb3c1a7e2c7f85d979c0791db18e99affb237
4-
branch: master
5-
specs:
6-
platform-api (0.8.0)
7-
heroics (~> 0.0.17)
8-
91
GEM
102
remote: https://rubygems.org/
113
remote: https://rails-assets.org/
124
specs:
13-
acme-client (0.4.1)
14-
faraday (~> 0.9, >= 0.9.1)
15-
actioncable (5.0.0.1)
16-
actionpack (= 5.0.0.1)
17-
nio4r (~> 1.2)
5+
actioncable (5.1.3)
6+
actionpack (= 5.1.3)
7+
nio4r (~> 2.0)
188
websocket-driver (~> 0.6.1)
19-
actionmailer (5.0.0.1)
20-
actionpack (= 5.0.0.1)
21-
actionview (= 5.0.0.1)
22-
activejob (= 5.0.0.1)
9+
actionmailer (5.1.3)
10+
actionpack (= 5.1.3)
11+
actionview (= 5.1.3)
12+
activejob (= 5.1.3)
2313
mail (~> 2.5, >= 2.5.4)
2414
rails-dom-testing (~> 2.0)
25-
actionpack (5.0.0.1)
26-
actionview (= 5.0.0.1)
27-
activesupport (= 5.0.0.1)
15+
actionpack (5.1.3)
16+
actionview (= 5.1.3)
17+
activesupport (= 5.1.3)
2818
rack (~> 2.0)
2919
rack-test (~> 0.6.3)
3020
rails-dom-testing (~> 2.0)
3121
rails-html-sanitizer (~> 1.0, >= 1.0.2)
32-
actionview (5.0.0.1)
33-
activesupport (= 5.0.0.1)
22+
actionview (5.1.3)
23+
activesupport (= 5.1.3)
3424
builder (~> 3.1)
35-
erubis (~> 2.7.0)
25+
erubi (~> 1.4)
3626
rails-dom-testing (~> 2.0)
37-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
38-
activejob (5.0.0.1)
39-
activesupport (= 5.0.0.1)
27+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
28+
activejob (5.1.3)
29+
activesupport (= 5.1.3)
4030
globalid (>= 0.3.6)
41-
activemodel (5.0.0.1)
42-
activesupport (= 5.0.0.1)
43-
activerecord (5.0.0.1)
44-
activemodel (= 5.0.0.1)
45-
activesupport (= 5.0.0.1)
46-
arel (~> 7.0)
47-
activesupport (5.0.0.1)
31+
activemodel (5.1.3)
32+
activesupport (= 5.1.3)
33+
activerecord (5.1.3)
34+
activemodel (= 5.1.3)
35+
activesupport (= 5.1.3)
36+
arel (~> 8.0)
37+
activesupport (5.1.3)
4838
concurrent-ruby (~> 1.0, >= 1.0.2)
4939
i18n (~> 0.7)
5040
minitest (~> 5.1)
5141
tzinfo (~> 1.1)
52-
addressable (2.5.0)
53-
public_suffix (~> 2.0, >= 2.0.2)
54-
arel (7.1.4)
42+
addressable (2.5.2)
43+
public_suffix (>= 2.0.2, < 4.0)
44+
arel (8.0.0)
5545
builder (3.2.3)
5646
coffee-rails (4.2.2)
5747
coffee-script (>= 2.2.0)
@@ -67,73 +57,59 @@ GEM
6757
addressable
6858
email_validator (1.6.0)
6959
activemodel
70-
erubis (2.7.0)
71-
excon (0.54.0)
60+
erubi (1.6.1)
7261
execjs (2.7.0)
73-
faraday (0.10.0)
74-
multipart-post (>= 1.2, < 3)
75-
foreman (0.82.0)
62+
ffi (1.9.18)
63+
foreman (0.84.0)
7664
thor (~> 0.19.1)
7765
globalid (0.4.0)
7866
activesupport (>= 4.2.0)
7967
gravatarify (3.1.1)
80-
heroics (0.0.17)
81-
erubis (~> 2.0)
82-
excon
83-
moneta
84-
multi_json (>= 1.9.2)
85-
netrc
8668
http-cookie (1.0.3)
8769
domain_name (~> 0.5)
88-
i18n (0.8.4)
70+
i18n (0.8.6)
8971
json (2.1.0)
9072
launchy (2.4.3)
9173
addressable (~> 2.3)
92-
letsencrypt-rails-heroku (0.2.7)
93-
acme-client (~> 0.4.0)
94-
platform-api
9574
letter_opener (1.4.1)
9675
launchy (~> 2.2)
9776
loofah (2.0.3)
9877
nokogiri (>= 1.5.9)
99-
mail (2.6.5)
78+
mail (2.6.6)
10079
mime-types (>= 1.16, < 4)
10180
method_source (0.8.2)
10281
mime-types (3.1)
10382
mime-types-data (~> 3.2015)
10483
mime-types-data (3.2016.0521)
10584
mini_portile2 (2.2.0)
106-
minitest (5.10.2)
107-
moneta (0.8.0)
108-
multi_json (1.12.1)
109-
multipart-post (2.0.0)
85+
minitest (5.10.3)
11086
netrc (0.11.0)
111-
nio4r (1.2.1)
87+
nio4r (2.1.0)
11288
nokogiri (1.8.0)
11389
mini_portile2 (~> 2.2.0)
114-
pg (0.19.0)
115-
phony (2.15.35)
116-
phony_rails (0.14.4)
90+
pg (0.21.0)
91+
phony (2.15.47)
92+
phony_rails (0.14.6)
11793
activesupport (>= 3.0)
118-
phony (~> 2.15)
119-
public_suffix (2.0.4)
94+
phony (> 2.15)
95+
public_suffix (3.0.0)
12096
rack (2.0.3)
12197
rack-test (0.6.3)
12298
rack (>= 1.0)
123-
rails (5.0.0.1)
124-
actioncable (= 5.0.0.1)
125-
actionmailer (= 5.0.0.1)
126-
actionpack (= 5.0.0.1)
127-
actionview (= 5.0.0.1)
128-
activejob (= 5.0.0.1)
129-
activemodel (= 5.0.0.1)
130-
activerecord (= 5.0.0.1)
131-
activesupport (= 5.0.0.1)
132-
bundler (>= 1.3.0, < 2.0)
133-
railties (= 5.0.0.1)
99+
rails (5.1.3)
100+
actioncable (= 5.1.3)
101+
actionmailer (= 5.1.3)
102+
actionpack (= 5.1.3)
103+
actionview (= 5.1.3)
104+
activejob (= 5.1.3)
105+
activemodel (= 5.1.3)
106+
activerecord (= 5.1.3)
107+
activesupport (= 5.1.3)
108+
bundler (>= 1.3.0)
109+
railties (= 5.1.3)
134110
sprockets-rails (>= 2.0.0)
135-
rails-assets-jquery (2.2.4)
136-
rails-assets-semantic (2.2.4)
111+
rails-assets-jquery (3.2.1)
112+
rails-assets-semantic (2.2.13)
137113
rails-assets-jquery (>= 1.8)
138114
rails-dom-testing (2.0.3)
139115
activesupport (>= 4.2.0)
@@ -150,19 +126,26 @@ GEM
150126
rubyzip (~> 1)
151127
rails_serve_static_assets (0.0.5)
152128
rails_stdout_logging (0.0.5)
153-
railties (5.0.0.1)
154-
actionpack (= 5.0.0.1)
155-
activesupport (= 5.0.0.1)
129+
railties (5.1.3)
130+
actionpack (= 5.1.3)
131+
activesupport (= 5.1.3)
156132
method_source
157133
rake (>= 0.8.7)
158134
thor (>= 0.18.1, < 2.0)
159135
rake (12.0.0)
136+
rb-fsevent (0.10.2)
137+
rb-inotify (0.9.10)
138+
ffi (>= 0.5.0, < 2)
160139
rest-client (2.0.2)
161140
http-cookie (>= 1.0.2, < 2.0)
162141
mime-types (>= 1.16, < 4.0)
163142
netrc (~> 0.8)
164143
rubyzip (1.2.1)
165-
sass (3.4.24)
144+
sass (3.5.1)
145+
sass-listen (~> 4.0.0)
146+
sass-listen (4.0.0)
147+
rb-fsevent (~> 0.9, >= 0.9.4)
148+
rb-inotify (~> 0.9, >= 0.9.7)
166149
sass-rails (5.0.6)
167150
railties (>= 4.0.0, < 6)
168151
sass (~> 3.1)
@@ -172,7 +155,7 @@ GEM
172155
simple_form (3.5.0)
173156
actionpack (> 4, < 5.2)
174157
activemodel (> 4, < 5.2)
175-
spring (2.0.0)
158+
spring (2.0.2)
176159
activesupport (>= 4.2)
177160
sprockets (3.7.1)
178161
concurrent-ruby (~> 1.0)
@@ -181,17 +164,17 @@ GEM
181164
actionpack (>= 4.0)
182165
activesupport (>= 4.0)
183166
sprockets (>= 3.0.0)
184-
sucker_punch (2.0.2)
167+
sucker_punch (2.0.3)
185168
concurrent-ruby (~> 1.0.0)
186169
thor (0.19.4)
187170
thread_safe (0.3.6)
188-
tilt (2.0.7)
171+
tilt (2.0.8)
189172
turbolinks (5.0.1)
190173
turbolinks-source (~> 5)
191-
turbolinks-source (5.0.0)
174+
turbolinks-source (5.0.3)
192175
tzinfo (1.2.3)
193176
thread_safe (~> 0.1)
194-
uglifier (3.0.3)
177+
uglifier (3.2.0)
195178
execjs (>= 0.3.0, < 3)
196179
unf (0.1.4)
197180
unf_ext
@@ -212,12 +195,10 @@ DEPENDENCIES
212195
email_validator
213196
foreman
214197
gravatarify
215-
letsencrypt-rails-heroku
216198
letter_opener
217199
pg
218200
phony_rails
219-
platform-api!
220-
rails (= 5.0.0.1)
201+
rails
221202
rails-assets-jquery!
222203
rails-assets-semantic!
223204
rails_12factor
@@ -231,7 +212,7 @@ DEPENDENCIES
231212
validate_url
232213

233214
RUBY VERSION
234-
ruby 2.3.1p112
215+
ruby 2.4.1p111
235216

236217
BUNDLED WITH
237-
1.13.6
218+
1.15.3

db/migrate/20140817200533_create_supporters.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class CreateSupporters < ActiveRecord::Migration
1+
class CreateSupporters < ActiveRecord::Migration[4.2]
22
def change
33
create_table :supporters do |t|
44
t.string :name

db/migrate/20140818150520_adds_company_to_title.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AddsCompanyToTitle < ActiveRecord::Migration
1+
class AddsCompanyToTitle < ActiveRecord::Migration[4.2]
22
def change
33
add_column :supporters, :company, :string
44
end

db/schema.rb

+14-14
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
# These are extensions that must be enabled in order to support this database
1616
enable_extension "plpgsql"
1717

18-
create_table "supporters", force: :cascade do |t|
19-
t.string "name", limit: 255
20-
t.string "title", limit: 255
21-
t.string "hack", limit: 255
22-
t.boolean "is_supporter"
23-
t.boolean "is_custom"
24-
t.string "email", limit: 255
25-
t.string "phone", limit: 255
26-
t.string "url", limit: 255
27-
t.string "slug", limit: 255
18+
create_table "supporters", id: :serial, force: :cascade do |t|
19+
t.string "name"
20+
t.string "title"
21+
t.string "hack"
22+
t.boolean "is_supporter"
23+
t.boolean "is_custom"
24+
t.string "email"
25+
t.string "phone"
26+
t.string "url"
27+
t.string "slug"
2828
t.datetime "created_at"
2929
t.datetime "updated_at"
30-
t.string "company", limit: 255
31-
t.string "access_token"
30+
t.string "company"
31+
t.string "access_token"
3232
t.datetime "access_token_created_on"
33-
t.boolean "maintainer", default: false
34-
t.boolean "sponsor", default: false
33+
t.boolean "maintainer", default: false
34+
t.boolean "sponsor", default: false
3535
end
3636

3737
end

0 commit comments

Comments
 (0)