Skip to content

Commit ea5fae3

Browse files
committed
removed unused scaffolding, added nokogiri and ruby version to gemfile
1 parent 1898584 commit ea5fae3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
source 'https://rubygems.org'
2+
ruby '2.0.0'
23

34
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
45
gem 'rails', '4.0.0'
56

67
gem 'puma'
8+
79
gem 'httparty'
10+
gem 'nokogiri'
811
gem 'hashie'
9-
gem 'whenever', :require => false
12+
13+
gem 'whenever'
1014

1115
group :development do
1216
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ DEPENDENCIES
288288
jbuilder (~> 1.2)
289289
jquery-rails
290290
meta_request
291+
nokogiri
291292
pg
292293
puma
293294
rails (= 4.0.0)

lib/discuss_it.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def api_url
187187
if Rails.env.development? || Rails.env.test?
188188
return 'http://localhost:5100/slashdot_postings/search?url='
189189
else
190-
return 'slashdot_postings/search?url='
190+
return 'https://young-brook-6111.herokuapp.com/slashdot_postings/search?url='
191191
end
192192
end
193193

0 commit comments

Comments
 (0)