mirror of
https://github.com/samsonjs/mystery7-simulator.git
synced 2026-04-27 15:07:42 +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 'trollop'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
GEM
|
GEM
|
||||||
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
sqlite3 (1.3.5)
|
sqlite3 (1.3.5)
|
||||||
|
sqlite3 (1.3.5-x86-mingw32)
|
||||||
trollop (1.16.2)
|
trollop (1.16.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
x86-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue