Skip to content

Commit 7ad2da8

Browse files
author
Chaitanya Vadrevu
committed
Update Gemfile
1 parent 9cc09be commit 7ad2da8

File tree

3 files changed

+10
-68
lines changed

3 files changed

+10
-68
lines changed

Gemfile

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

33
gem 'rails', '3.2.16'
44

5-
# Bundle edge Rails instead:
6-
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7-
85
gem 'sqlite3'
96

10-
11-
# Gems used only for assets and not required
12-
# in production environments by default.
13-
group :assets do
14-
gem 'sass-rails', '~> 3.2.3'
15-
gem 'coffee-rails', '~> 3.2.1'
16-
17-
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
18-
# gem 'therubyracer', :platforms => :ruby
19-
20-
gem 'uglifier', '>= 1.0.3'
21-
end
22-
237
gem 'jquery-rails'
248

259
gem 'haml'
26-
27-
group :development, :test do
28-
gem 'debugger'
29-
end
30-
31-
# To use ActiveModel has_secure_password
32-
# gem 'bcrypt-ruby', '~> 3.0.0'
33-
34-
# To use Jbuilder templates for JSON
35-
# gem 'jbuilder'
36-
37-
# Use unicorn as the app server
38-
# gem 'unicorn'
39-
40-
# Deploy with Capistrano
41-
# gem 'capistrano'
42-
43-
# To use debugger
44-
# gem 'debugger'

Gemfile.lock

+9-32
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,8 @@ GEM
3030
multi_json (~> 1.0)
3131
arel (3.0.3)
3232
builder (3.0.4)
33-
coffee-rails (3.2.2)
34-
coffee-script (>= 2.2.0)
35-
railties (~> 3.2.0)
36-
coffee-script (2.4.1)
37-
coffee-script-source
38-
execjs
39-
coffee-script-source (1.10.0)
40-
columnize (0.8.9)
41-
debugger (1.6.8)
42-
columnize (>= 0.3.1)
43-
debugger-linecache (~> 1.2.0)
44-
debugger-ruby_core_source (~> 1.3.5)
45-
debugger-linecache (1.2.0)
46-
debugger-ruby_core_source (1.3.5)
4733
erubis (2.7.0)
48-
execjs (2.6.0)
49-
haml (4.0.5)
34+
haml (4.0.7)
5035
tilt
5136
hike (1.2.3)
5237
i18n (0.7.0)
@@ -59,7 +44,7 @@ GEM
5944
mime-types (~> 1.16)
6045
treetop (~> 1.4.8)
6146
mime-types (1.25.1)
62-
multi_json (1.12.0)
47+
multi_json (1.12.1)
6348
polyglot (0.3.5)
6449
rack (1.4.7)
6550
rack-cache (1.6.1)
@@ -83,38 +68,30 @@ GEM
8368
rake (>= 0.8.7)
8469
rdoc (~> 3.4)
8570
thor (>= 0.14.6, < 2.0)
86-
rake (11.1.2)
71+
rake (12.0.0)
8772
rdoc (3.12.2)
8873
json (~> 1.4)
89-
sass (3.4.22)
90-
sass-rails (3.2.6)
91-
railties (~> 3.2.0)
92-
sass (>= 3.1.10)
93-
tilt (~> 1.3)
9474
sprockets (2.2.3)
9575
hike (~> 1.2)
9676
multi_json (~> 1.0)
9777
rack (~> 1.0)
9878
tilt (~> 1.1, != 1.3.0)
99-
sqlite3 (1.3.11)
100-
thor (0.19.1)
79+
sqlite3 (1.3.12)
80+
thor (0.19.4)
10181
tilt (1.4.1)
10282
treetop (1.4.15)
10383
polyglot
10484
polyglot (>= 0.3.1)
105-
tzinfo (0.3.49)
106-
uglifier (3.0.0)
107-
execjs (>= 0.3.0, < 3)
85+
tzinfo (0.3.52)
10886

10987
PLATFORMS
11088
ruby
11189

11290
DEPENDENCIES
113-
coffee-rails (~> 3.2.1)
114-
debugger
11591
haml
11692
jquery-rails
11793
rails (= 3.2.16)
118-
sass-rails (~> 3.2.3)
11994
sqlite3
120-
uglifier (>= 1.0.3)
95+
96+
BUNDLED WITH
97+
1.13.6

app/views/games/_search_form.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%h5.text-center Games before 23rd April 5:00 PM UTC are anonymized and won't appear when searching with player name
2-
%h5.text-center Please don't scrape this site. You can directly download the database <a href="/games_anon.db">here</a> (30 MB) (updated on Oct 26) but note that the notation is in server's format.
2+
%h5.text-center Please don't scrape this site. You can directly download the database <a href="/games_anon.db">here</a> (36 MB) (updated on Dec 24) but note that the notation is in server's format.
33
%h6.text-center The link above will be updated with latest database every day at 5:00 PM UTC.
44

55
%br

0 commit comments

Comments
 (0)