File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
+ ruby '2.0.0'
2
3
3
4
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4
5
gem 'rails' , '4.0.0'
5
6
6
7
gem 'puma'
8
+
7
9
gem 'httparty'
10
+ gem 'nokogiri'
8
11
gem 'hashie'
9
- gem 'whenever' , :require => false
12
+
13
+ gem 'whenever'
10
14
11
15
group :development do
12
16
# Use sqlite3 as the database for Active Record
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ DEPENDENCIES
288
288
jbuilder (~> 1.2 )
289
289
jquery-rails
290
290
meta_request
291
+ nokogiri
291
292
pg
292
293
puma
293
294
rails (= 4.0.0 )
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def api_url
187
187
if Rails . env . development? || Rails . env . test?
188
188
return 'http://localhost:5100/slashdot_postings/search?url='
189
189
else
190
- return 'slashdot_postings/search?url='
190
+ return 'https://young-brook-6111.herokuapp.com/ slashdot_postings/search?url='
191
191
end
192
192
end
193
193
You can’t perform that action at this time.
0 commit comments