mirror of
https://github.com/samsonjs/mystery7-simulator.git
synced 2026-03-25 09:25:47 +00:00
add source to Gemfile, Windows crap
This commit is contained in:
parent
a7c33e4f06
commit
8baaf58c37
2 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,2 +1,4 @@
|
|||
source :rubygems
|
||||
|
||||
gem 'trollop'
|
||||
gem 'sqlite3'
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
sqlite3 (1.3.5)
|
||||
sqlite3 (1.3.5-x86-mingw32)
|
||||
trollop (1.16.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
sqlite3
|
||||
|
|
|
|||
Loading…
Reference in a new issue