Skip to content

Commit f777e82

Browse files
committed
build using rails_apps_composer 2.2.0
1 parent c4d1485 commit f777e82

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ GEM
7676
factory_girl (~> 4.0.0)
7777
railties (>= 3.0.0)
7878
ffi (1.1.5)
79-
gherkin (2.11.1)
79+
gherkin (2.11.2)
8080
json (>= 1.4.6)
8181
hike (1.2.1)
8282
i18n (0.6.0)
8383
journey (1.0.4)
84-
jquery-rails (2.0.2)
85-
railties (>= 3.2.0, < 5.0)
84+
jquery-rails (2.1.1)
85+
railties (>= 3.1.0, < 5.0)
8686
thor (~> 0.14)
87-
json (1.7.4)
87+
json (1.7.5)
8888
launchy (2.1.2)
8989
addressable (~> 2.3)
9090
libwebsocket (0.1.5)
@@ -137,7 +137,7 @@ GEM
137137
railties (>= 3.0)
138138
rspec (~> 2.11.0)
139139
rubyzip (0.9.9)
140-
sass (3.2.0)
140+
sass (3.2.1)
141141
sass-rails (3.2.5)
142142
railties (~> 3.2.0)
143143
sass (>= 3.1.10)
@@ -152,7 +152,7 @@ GEM
152152
rack (~> 1.0)
153153
tilt (~> 1.1, != 1.3.0)
154154
sqlite3 (1.3.6)
155-
thor (0.15.4)
155+
thor (0.16.0)
156156
tilt (1.3.3)
157157
treetop (1.4.10)
158158
polyglot

app/views/layouts/application.html.erb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
76
<title>Rails3 Devise Rspec Cucumber</title>
8-
<meta name="description" content="">
9-
<meta name="author" content="">
7+
<meta name="description" content=""/>
8+
<meta name="author" content=""/>
109
<%= stylesheet_link_tag "application", :media => "all" %>
1110
<%= javascript_include_tag "application" %>
1211
<%= csrf_meta_tags %>

0 commit comments

Comments
 (0)