This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Add rack-flash3
tags/last-sinatra-version
Adrian Short
10 years ago
parent
4b533e9e3c
commit
e312548b71
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Gemfile
+3
-0
Gemfile.lock
+ 1
- 0
Gemfile
View File
@@ -7,6 +7,7 @@ gem 'data_mapper'
gem 'dm-postgres-adapter'
gem 'pg'
gem 'unicorn'
gem 'rack-flash3'
group :development do
gem 'shotgun'
+ 3
- 0
Gemfile.lock
View File
@@ -61,6 +61,8 @@ GEM
multi_json (1.7.3)
pg (0.15.1)
rack (1.5.2)
rack-flash3 (1.0.5)
rack
raindrops (0.13.0)
rest-client (1.6.7)
mime-types (>= 1.16)
@@ -90,6 +92,7 @@ DEPENDENCIES
dm-postgres-adapter
haml
pg
rack-flash3
shotgun
sinatra
taps
Write
Preview
Loading…
Cancel
Save